Click or drag to resize

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
Syntax
public int iExistFile(
	string file
)

public int iExistFile(
	string file
)

Parameters

file
Type: SystemString
File Name

Return Value

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