sbrady Posted August 29, 2012 Posted August 29, 2012 this code does not work. DirMove("\\10.10.44.37\Incoming Projects DAW1\Promos\Open PM", "D:\Promos") the "Open PM" folder will not copy to the "Promos" folder. I need to copy a whole folder and its sub folders across a network to my local HD. What would work???? ps- I am coming from the world of Applescript on Mac.
hannes08 Posted August 29, 2012 Posted August 29, 2012 Hello sbrady, firstly use DirCopy to actually copy a directory. Then you can check the return value of the function to see if there was an error. Regards,Hannes[spoiler]If you can't convince them, confuse them![/spoiler]
sbrady Posted August 29, 2012 Author Posted August 29, 2012 in the editor, it gives me a "0" and tells me there was an error. Is it because is a copy directory over a network.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now