Click or drag to resize

CSBFiExistDir Method

Check to see if a directory (storage) exists inside this storage.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public int iExistDir(
	string dir
)

public int iExistDir(
	string dir
)

Parameters

dir
Type: SystemString
Dir/Storage Name

Return Value

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