Click or drag to resize

CSBFiExistDir Method

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

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.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