FileSystemOperationsFeatures
Namespace: TagBites.IO.Operations
Assembly: TagBites.IO.dll
Product: TagBites.IO v. 2.0.0
Specifies the optional features a file system operations object supports.
public enum FileSystemOperationsFeaturesRemarks
Section titled “Remarks”The values match FileSystemFeatures, which reports them to a consumer together with the features FileSystem derives on its own.
Fields
Section titled “Fields”ConcurrentWriteOperations
Section titled “ConcurrentWriteOperations”More than one write operation may run at a time.
ConcurrentWriteOperations = 8HiddenAttribute
Section titled “HiddenAttribute”The hidden attribute is stored and can be changed.
HiddenAttribute = 1HierarchicalDirectories
Section titled “HierarchicalDirectories”Directories are real objects of the storage.
HierarchicalDirectories = 16LastWriteTimeAttributes
Section titled “LastWriteTimeAttributes”The last write time is stored and can be changed.
LastWriteTimeAttributes = 4ReadOnlyAttribute
Section titled “ReadOnlyAttribute”The read only attribute is stored and can be changed.
ReadOnlyAttribute = 2