Click or drag to resize
CSYSIGetWindowsDir Method (CGXNETCore, String, Int32)
Get the Windows 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)
Syntax
public static void IGetWindowsDir(
	CGXNETCore gxNetShared,
	ref string dir,
	int size
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
dir
Type: SystemString
Buff for directory path string
size
Type: SystemInt32
Size of the buff
See Also