Click or drag to resize

CGUIIiBrowseDir Method (String, String, String, Int32)

Browses for a specific directory.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static int IiBrowseDir(
	string title,
	string default,
	ref string dir_path,
	int size
)

public static int IiBrowseDir(
	string title,
	string default,
	ref string dir_path,
	int size
)

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)
size
Type: SystemInt32
Path Buffer Size

Return Value

Type: Int32
0 - Ok 1 - Cancel
See Also