Click or drag to resize

CSYSIGetDirectory Method (Int32, String)

Get a directory path

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

public static void IGetDirectory(
	int sys_dir,
	ref string dir
)

Parameters

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