Click or drag to resize

CSYSIGetDirectory Method (CGXNETCore, Int32, String)

Get a directory path

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static void IGetDirectory(
	CGXNETCore gxNetShared,
	int sys_dir,
	ref string dir
)

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
Remarks
The path will always end with the file separator character
See Also