Click or drag to resize
CSYSIGetDirectory Method (CGXNETCore, Int32, String)
Get a directory path

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
The path will always end with the file separator character
Syntax
public static void IGetDirectory(
	CGXNETCore gxNetShared,
	int sys_dir,
	ref string dir
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
sys_dir
Type: SystemInt32
<define>SYS_DIR</define>
dir
Type: SystemString
Returned directory path string
See Also