People, please, I am unable to create a folder with the name "JUNTA" and copy some files into it, I need to create a folder in this way.
"C: \ Program Files \ Adobe \ Adobe Photoshop CC 2015 \ Plugins \ JUNTA"
After copying some files into the folder "JUNTA"
Help me please.
The code I am using is this.
Folder.Create ( "C: \ Program Files \ Adobe \ Adobe Photoshop CC 2015 \ Plugins \ BOARD");
File.Copy ("AutoPlay \\ \\ Docs ArtSuite_64.8bf", "C: \ Program Files \ Adobe \ Adobe Photoshop CC 2015 \ Plugins \ JUNTA", true, true, false, true, nil);
File.Copy ("AutoPlay \\ \\ Docs Coloriage_64.8bf", "C: \ Program_Files \ Adobe \ Adobe Photoshop CC 2015 \ Plugins \ JUNTA", true, true, false, true, nil);
File.Copy ("AutoPlay \\ \\ Docs Decorator_64.8bf", "C: \ Program_Files \ Adobe \ Adobe Photoshop CC 2015 \ Plugins \ JUNTA", true, true, false, true, nil);
What am I doing wrong ?
"C: \ Program Files \ Adobe \ Adobe Photoshop CC 2015 \ Plugins \ JUNTA"
After copying some files into the folder "JUNTA"
Help me please.
The code I am using is this.
Folder.Create ( "C: \ Program Files \ Adobe \ Adobe Photoshop CC 2015 \ Plugins \ BOARD");
File.Copy ("AutoPlay \\ \\ Docs ArtSuite_64.8bf", "C: \ Program Files \ Adobe \ Adobe Photoshop CC 2015 \ Plugins \ JUNTA", true, true, false, true, nil);
File.Copy ("AutoPlay \\ \\ Docs Coloriage_64.8bf", "C: \ Program_Files \ Adobe \ Adobe Photoshop CC 2015 \ Plugins \ JUNTA", true, true, false, true, nil);
File.Copy ("AutoPlay \\ \\ Docs Decorator_64.8bf", "C: \ Program_Files \ Adobe \ Adobe Photoshop CC 2015 \ Plugins \ JUNTA", true, true, false, true, nil);
What am I doing wrong ?
Comment