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
)
Public Shared Function FileIsReadonly (
path As String
) As Boolean
Parameters
- path
- Type: SystemString
The full path to the file to test.
Return Value
Type:
BooleanTrue if the file exists (and is not a directory) and is read-only, else false.
See Also