Click or drag to resize

CSYSiMakeFileReadonly Method

Set 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 iMakeFileReadonly(
	string file
)

public static int iMakeFileReadonly(
	string file
)

Parameters

file
Type: SystemString
Name of file

Return Value

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