Return true if the file is read only
Namespace:
Devolutions.UtilsAssembly: Devolutions.Utils (in Devolutions.Utils.dll)
Syntax
| Visual Basic |
|---|
Public Shared Function FileIsReadOnly ( _ fileName As String _ ) As Boolean |
| C# |
|---|
public static bool FileIsReadOnly( string fileName ) |
Parameters
- fileName
- Type: System..::..String