IFileSystemFeatureSupport
Namespace: TagBites.IO.Operations
Assembly: TagBites.IO.dll
Product: TagBites.IO v. 2.0.0
Provides information about the optional features supported by a FileSystem.
public interface IFileSystemFeatureSupportRemarks
Section titled “Remarks”Operations that do not implement this interface support no optional feature.
Properties
Section titled “Properties”Features
Section titled “Features”Gets the optional features supported by the file system.
public virtual FileSystemOperationsFeatures Features { get; }