Click or drag to resize
CSYSIGetDirectory Method
Get a directory path

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
The path will always end with the file separator character
Syntax
public static void IGetDirectory(
	int i1,
	ref string str2
)

Parameters

i1
Type: SystemInt32
See SYS_DIRConstant
str2
Type: SystemString
returned directory path string
See Also