  | CGUIIiBrowseDir Method (String, String, String) | 
 Browses for a specific directory.
 
    Namespace: 
   Geosoft.Desktop.GXNet
    Assembly:
   geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2025.1.0.25
Syntaxpublic static int IiBrowseDir(
	string title,
	string default,
	ref string dir_path
)
public static int IiBrowseDir(
	string title,
	string default,
	ref string dir_path
)
Public Shared Function IiBrowseDir ( 
	title As String,
	default As String,
	ByRef dir_path As String
) As Integer
Public Shared Function IiBrowseDir ( 
	title As String,
	default As String,
	ByRef dir_path As String
) As Integer
public:
static int IiBrowseDir(
	String^ title, 
	String^ default, 
	String^% dir_path
)
public:
static int IiBrowseDir(
	String^ title, 
	String^ default, 
	String^% dir_path
)
static member IiBrowseDir : 
        title : string * 
        default : string * 
        dir_path : string byref -> int 
static member IiBrowseDir : 
        title : string * 
        default : string * 
        dir_path : string byref -> int 
Parameters
- title
 - Type: SystemString
Title of the Form - default
 - Type: SystemString
Default path (Can be "") - dir_path
 - Type: SystemString
Result Path Buffer (default on input) 
Return Value
Type: 
Int32
0 - Ok
1 - Cancel
See Also