How to set the initial path of a Select File dialog in Adobe Air (Flex 3)
I'm using the Flex3 File.browseForOpen() method. Is there a way to specify a initial path that the file browser starts in?
Create a File instance and pass in the directory you want to target in the constructor. Then if you call browseForOpen(), the directory will be the one you specified.
精彩评论