I've read some related posts on this issue - it appears that for modal dialogs, FileBrowse does not accept a variable for the initial directory:
FileBrowse=Browse,PosterFile,*.*,open,f:\
works but the following does not
Let>PosterDirectory=f:\
...
FileBrowse=Browse,PosterFile,*.*,open,PosterDirectory
The other dialog objects accept variables for things like Preset-Text.
Am I missing something on the initial directory value for modal use of FileBrowse?
Thanks a million for any help!