Click or drag to resize
CGUIIiBrowseDir Method
Browses for a specific directory.

Available since Oasis montaj version: 5.0.0
Limitations: May not be available if running outside of a Oasis Montaj or from a command line program.  
License: Available to anyone.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Syntax
public static int IiBrowseDir(
	string str1,
	string str2,
	ref string str3
)

Parameters

str1
Type: SystemString
Title of the Form
str2
Type: SystemString
Default path (Can be "")
str3
Type: SystemString
Result Path Buffer (default on input)

Return Value

Type: Int32
0 - Ok 1 - Cancel
See Also