public string SelectFolder( string caption, string initialPath, IntPtr parentWindow )
Public Function SelectFolder( _ ByVal caption As String, _ ByVal initialPath As String, _ ByVal parentWindow As IntPtr _ ) As String
Parameters
- caption
- The window caption.
- initialPath
- The path to start from.
- parentWindow
- The parent window handle.
Return Value
The path to the selected folder.