Click or drag to resize

CGUIIGetGSDirectory Method (Int32, String)

Return the directory path for value of <define>GS_DIRECTORY</define>.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void IGetGSDirectory(
	int path,
	ref string dir
)

public static void IGetGSDirectory(
	int path,
	ref string dir
)

Parameters

path
Type: SystemInt32
<define>GS_DIRECTORY</define> Returned directory.
dir
Type: SystemString
Returned directory path
Remarks
Works along with the IGetFileFilter_GUI function. Note that most values of FILE_FILTER_XXX will return <define>GS_DIRECTORY_NONE</define>, and give the current workspace directory. This function is useful for constuction open/save dialog file filters, especially in GX.Net functions.
See Also