Skip to content
Auto
Products

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 FileSystemOperationsFeatures

The values match FileSystemFeatures, which reports them to a consumer together with the features FileSystem derives on its own.

More than one write operation may run at a time.

ConcurrentWriteOperations = 8

The hidden attribute is stored and can be changed.

HiddenAttribute = 1

Directories are real objects of the storage.

HierarchicalDirectories = 16

The last write time is stored and can be changed.

LastWriteTimeAttributes = 4

The read only attribute is stored and can be changed.

ReadOnlyAttribute = 2