FileSystem.CopyFile

Hi guys,

I think I have a simple question for all you dynamo specialists.
I’m struggeling with FileSystem.CopyFile.
What am I doing wrong here?


test bestand kopieeren.dyn (12.5 KB)

thank you in advance,
Dennis

It seems that your destination path doesn’t include the file name it is just the directory. It needs to be the same format as the file path you have above for it to work. If that doesn’t fix it please include an image of the error!

4 Likes

@Jagger.Bean_L3W4GDSA Is correct. You have to specify the filename in the destinationPath input. Think of the FileSystem.CopyFile as a “Save As” function.

1 Like

Thanks, it was that easy :slight_smile: