Click or drag to resize
CGUIIiBrowseDir Method (CGXNETCore, String, String, String, Int32)
Browses for a specific directory.

Available since Oasis montaj version: 5.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.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
public static int IiBrowseDir(
	CGXNETCore gxNetShared,
	string title,
	string default,
	ref string dir_path,
	int size
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
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