Click or drag to resize

CSYSiFileExist Method

Check to see if a file exists

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static int iFileExist(
	CGXNETCore gxNetShared,
	string file
)

public static int iFileExist(
	CGXNETCore gxNetShared,
	string file
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
file
Type: SystemString
Name of file to check

Return Value

Type: Int32
0 - File doesn't exist 1 - File exists
Remarks
Use the FULL path for the file name. If the full path is not specified, then the current working directory is used for the path.
See Also