Is it possible to copy folder with Extendscript
Not sure if this is only available to files... Trying to create a folder locally (C: drive) and then copy the folder (and contents) to another folder on the network...
var foSource = new Folder(myPath);
foSource.copy(strTarget);
This throws an error... any ideas?
Thanks!
