Page 1 of 1
Copy File to a different folder
Posted: Tue Oct 21, 2008 9:11 pm
by warrenk
What is the best way to copy a file to a new folder. I know how to move a file using the RENAME command...but can't find a COPY file command.
Thanks!
Warren
Posted: Tue Oct 21, 2008 10:31 pm
by SparkOut
some of the general library commands that interact with the various x-platform operating systems are prefixed "rev"
Look up revCopyFile - it should do what you need.
(also revCopyFolder may be of interest).
Posted: Wed Oct 22, 2008 2:54 pm
by warrenk
Thanks SparkOut....I overlooked this command when I searched for 'COPY' in the dictionary. This worked perfectly!