Click or drag to resize

CSYSiDirExist Method

Check to see if a directory exists

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static int iDirExist(
	string dir
)

public static int iDirExist(
	string dir
)

Parameters

dir
Type: SystemString
Name of directory to check

Return Value

Type: Int32
0 - Directory doesn't exist 1 - Directory exists
See Also