Answered
To create folder
I would like to create folders based on names (Simple and Medium) using Photoshop Scripting. It would be much appreciated if someone could help me making this.
I would like to create folders based on names (Simple and Medium) using Photoshop Scripting. It would be much appreciated if someone could help me making this.
Hi sarshan,
on Windows you can
// for Windows
var folder1 = Folder("/x/qa/Team/Saravanan");
if (!folder1.exists) {folder1.create();}
Have fun
![]()
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.