Skip to content
Auto
Products

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 IFileSystemOperations

Gets a kind of the filesystem.

public virtual string Kind { get; }

string

Gets a name of the filesystem.

public virtual string Name { get; }

string