Click or drag to resize
CSYSiDirExist Method
Check to see if a directory exists

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)
Syntax
public static int iDirExist(
	string str1
)

Parameters

str1
Type: SystemString
Name of directory to check

Return Value

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