Answered
file.changePath (".."); ? Move file?
Dose file.changePath (".."); move the file to a new location? I want to move files and was wondering what function I should use. Thanks.
Dose file.changePath (".."); move the file to a new location? I want to move files and was wondering what function I should use. Thanks.
In Bridge you would use moveTo();
The equivilant of move up a folder would be...
var thumb = app.document.selections[0];
thumb.moveTo(thumb.spec.parent.parent);
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.