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

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

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

Parameters

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

Return Value

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