Click or drag to resize

EAPUtilFileIsReadonly Method

Determines whether the specified file exists and is read-only.

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

Parameters

path
Type: SystemString
The full path to the file to test.

Return Value

Type: Boolean
True if the file exists (and is not a directory) and is read-only, else false.
See Also