| how to create FileSystemObject? Can anyone tell me how to create ActiveXObjects withing Photoshop script.
I need to create folders from the script, but following code is not working in Photoshop
var fso = new ActiveXObject("Scripting.FileSystemObject");
Any ideas and help is much appreciated.
Regards! |