|
ExtensionBrowseToFolder Method
|
Opens the CommonOpenFileDialog window to browse to a folder.
Namespace:
CADSharpTools.Core
Assembly:
CADSharpTools.PDM (in CADSharpTools.PDM.dll) Version: 1.4.16.0 (1.4.16)
Syntaxpublic static string[] BrowseToFolder(
string startupDirectory,
bool multiSelect = false
)
Public Shared Function BrowseToFolder (
startupDirectory As String,
Optional multiSelect As Boolean = false
) As String()
Parameters
- startupDirectory
- Type: SystemString
startup directory. - multiSelect (Optional)
- Type: SystemBoolean
Allow multiple selection.
Return Value
Type:
StringArray of selected directory.
See Also