IFileSystemOperations
Namespace: TagBites.IO.Operations
Assembly: TagBites.IO.dll
Product: TagBites.IO v. 2.0.0
Provides the basic operations of a FileSystem.
public interface IFileSystemOperationsProperties
Section titled “Properties”Gets a kind of the filesystem.
public virtual string Kind { get; }Property Value
Section titled “Property Value”Gets a name of the filesystem.
public virtual string Name { get; }