Hello
Before upgrading to Photoshop CC (from CS5.5) the following script served me well for opening a folder.
var dir = Folder('Q:\\Team%20Member%20Folders\\Matt\\KOP\\Skies');
var files = dir.openDlg('Choose your sky','',true);
open(File(files));
Since updating to Photoshop CC this script now opens the most recent folder. I am hoping someone can tell me what is wrong with it.
Thanks for your help
Matt