Click or drag to resize
CSBFiExistDir Method
Check to see if a directory (storage) exists inside this storage.

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 int iExistDir(
	string dir
)

Parameters

dir
Type: SystemString
Dir/Storage Name

Return Value

Type: Int32
0 - Does not exist 1 - Exists
See Also