PatMcLaughlin
Programmer
I am trying to use the "Copy File" command to copy a file from one location (f:\Orig\myfile) to another that does not yet exist. (f:\Dest\folder2\folder3\myfile). In my example, the destination exists to f:\Dest but the two folders may have to be created. (Hopefully by the program on the fly). Can you tell me how this is done?