Is it possible to set presentationPath in Bridge?
I've tried almost everything I can think of to set presentationPath to the folder I want, but no matter what I do, it always gets set to "Desktop".
app.document.presentationPath="E:\Photoshoots";
app.document.presentationPath="/e/Photoshoots";
fold=new Folder("E:\Photoshoots");
app.document.presentationPath=fold.path;
app.document.presentationPath=fold; <---I know it's supposed to be a string, but I tried this anyway.
Yes, the folder "E:\Photoshoots" does exist.
I know this should work. I just can't see what I'm doing wrong.
