 | CSBFiExistFile Method |
Check to see if a file exists inside this storage.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic int iExistFile(
string file
)
public int iExistFile(
string file
)
Public Function iExistFile (
file As String
) As Integer
Public Function iExistFile (
file As String
) As Integer
public:
int iExistFile(
String^ file
)
public:
int iExistFile(
String^ file
)
member iExistFile :
file : string -> int
member iExistFile :
file : string -> int
Parameters
- file
- Type: SystemString
File Name
Return Value
Type:
Int32
0 - Does not exist
1 - Exists
See Also