All,
For both the Folder.selectDialog() and myFolder.selectDlg() methods, the JavaScript Tools Guide states:
If the user clicks OK, returns a File or Folder object for the selected file or folder. If the user cancels, returns null.
|
However, when I use either of these methods, the dialog will only let me select Folders... all of the individual files are dimmed.
Is there a way to provide the user with a dialog that will allow them to pick either?