Click or drag to resize
CSYSiMakeFileReadonly Method
Set a file's read-only attribute.

Available since Oasis montaj version: 6.3.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public static int iMakeFileReadonly(
	string str1
)

Parameters

str1
Type: SystemString
name of file

Return Value

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