Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Hi Diegobxh!
Thank you for your help.
The link you shared is really helpful. But I would like to create the folders on different directories rather than Desktop.
eg: "X:\qa\Team\Saravanan", this is the location where folders to be created.
Copy link to clipboard
Copied
Hi sarshan,
on Windows you can
// for Windows
var folder1 = Folder("/x/qa/Team/Saravanan");
if (!folder1.exists) {folder1.create();}
Have fun
Copy link to clipboard
Copied
It works! Thank you so much!
Find more inspiration, events, and resources on the new Adobe Community
Explore Now