KnowFileSystemKind
Namespace: TagBites.IO
Assembly: TagBites.IO.dll
Product: TagBites.IO v. 2.0.0
Provides well-known values for FileSystem.Kind, identifying which underlying storage a FileSystem instance is backed by.
public static class KnowFileSystemKindInheritance: object → KnowFileSystemKind
Fields
Section titled “Fields”An FTP file system.
public string FtpField Value
Section titled “Field Value”An HTTP file system.
public string HttpField Value
Section titled “Field Value”The local disk file system.
public string LocalField Value
Section titled “Field Value”Memory
Section titled “Memory”An in-memory file system.
public string MemoryField Value
Section titled “Field Value”Virtual
Section titled “Virtual”A virtual file system composing directories/files from other file systems into a single tree.
public string VirtualField Value
Section titled “Field Value”A ZIP archive file system.
public string Zip