Click or drag to resize

CSYSiFileWritable Method

Check if a file can be created or opened in read-write mode at a specific location

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static int iFileWritable(
	string file
)

public static int iFileWritable(
	string file
)

Parameters

file
Type: SystemString
File path name to check

Return Value

Type: Int32
See Also