1 Reply Latest reply: Aug 20, 2013 11:34 PM by onneponne RSS

    Start folder for the fl.browseForFolderURL?

    onneponne Community Member

      Hi...
      I guess no one has found a way to set a start forlder for the fl.browseForFolderURL()? In Dreamweaver, it has the possibility to add the second parameter which it uses as a folder to start browsing from, but on .jsfl it seems the second parameter is ignored.

        • 1. Re: Start folder for the fl.browseForFolderURL?
          onneponne Community Member

          So far the best option for me seems to be that before opening the dialog, I create a symlink to the desktop. This way I get to have the directory of my choice appear there... But of course it is not the optimal way.

           

          In Windows:

          mklink /D "C:\Users\<username>\Desktop\START_FOLDER_link" "C:\projects\test\animationfiles"