NodeAttributes.IsReadOnly Property
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.Common.dll (version 7.0.9083)
IsReadOnly
Gets a value indicating whether the FileAttributes.ReadOnly flag is set.
Declaration
public bool IsReadOnly { get; }
Property Value
Type | Description |
---|---|
Boolean | true if the FileAttributes.ReadOnly flag is set, otherwise false. |