Click or drag to resize
CGUIIGetGSDirectory Method
Return the directory path for value of GS_DIRECTORY.

Available since Oasis montaj version: 7.0.0
License: Available to anyone.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Works along with the IGetFileFilter_GUI function. Note that most values of FILE_FILTER_XXX will return GS_DIRECTORY_NONE, and give the current workspace directory. This function is useful for constuction open/save dialog file filters, especially in GX.Net functions.
Syntax
public static void IGetGSDirectory(
	int i1,
	ref string str2
)

Parameters

i1
Type: SystemInt32
See GS_DIRECTORYConstant Returned directory.
str2
Type: SystemString
Returned directory path
See Also