Click or drag to resize

CSYSiMakeFileWritable Method

Removes a file's read-only attribute.

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

public static int iMakeFileWritable(
	string file
)

Parameters

file
Type: SystemString
Name of file

Return Value

Type: Int32
0 if read-only attribute successfully removed, 1 if attribute change fails.
See Also