 | 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
Syntaxpublic int iExistDir(
string dir
)
public int iExistDir(
string dir
)
Public Function iExistDir (
dir As String
) As Integer
Public Function iExistDir (
dir As String
) As Integer
public:
int iExistDir(
String^ dir
)
public:
int iExistDir(
String^ dir
)
member iExistDir :
dir : string -> int
member iExistDir :
dir : string -> int
Parameters
- dir
- Type: SystemString
Dir/Storage Name
Return Value
Type:
Int32
0 - Does not exist
1 - Exists
See Also