You can use
SelectFolder() to get a folder
or
GetOpenFolderitem(filter as string) to get files
but can you select either a folder or file? ( or for that matter selecting multiple files )
|
1
|
You can use SelectFolder() to get a folder or GetOpenFolderitem(filter as string) to get files but can you select either a folder or file? ( or for that matter selecting multiple files )
|
|||
|
|
|
|
The MonkeyBread plugin allows this in the OpenDialogMBS class. http://www.monkeybreadsoftware.net/pluginhelp/navigation-opendialogmbs.shtml
|
||
|
|
|
It's not possible via any of the built-in APIs. There might be a plugin to do it, but I don't think there's OS support for it. |
||
|
|
|
|
Assuming you're using .Net I think you'll need to create your own control (or buy one). |
||
|