Script to Open Folder Automatically?
Good day,
I've been searching the net for 2 days for something probably simple, but can't find it.
Is there a script that can open all files within a folder automatically?
What I want to do is to have Photoshop open a folder full of files, save each one for web. I can automate save for web part with actions. but can't find a way to import a folder.
Image processor is great, except one thing that annoys the hell out of me which is dialog popup. So I'm looking for script that automatically, without any dialog boxes, opens up all files within a folder.
I found this:
var dir = Folder('Q:/Images');
var selectedFile = dir.openDlg("Select Image" , "Select:*.nef;*.cr2;*.crw;*.dcs;*.raf;*.arw;*.orf;*.dng;*.psd;*.tif;* .jpg;*.png;*.bmp");
if( selectedFile !=null ){open(File(selectedFile));}
but it's a prompt. Is there some script that just loads a folder with files automatically?
thanx
