Click or drag to resize

EAPUtilFileMakeWriteable Method

Clears the read-only setting on the specified file, if it is marked read-only. The file MUST exist. If the file is not marked read-only then no action is performed.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static void FileMakeWriteable(
	string path
)

Parameters

path
Type: SystemString
The full path to the file to affect.
See Also