Name |
Description |
DiskLoader |
Provides access to the user's currently mounted disks. |
File |
A file node. |
FileAttributesFAT |
Attributes of a FAT file. |
FileFromHostSystem |
Allows a file on the host system to be treated as an IFile. |
FileSystem |
The abstract FileSystem class. Call FileSystem.TryLoad() to load a filesystem from an IFileSystemStore. |
FileSystemNode |
An abstract node of the filesystem tree. |
Folder |
A folder (directory) node of the filesystem tree. |
FolderMounted |
Allows a folder on the host system to be treated as an IFolder. |
LinDiskLoader |
Deals with loading disks on a Linux host system. |
PathUtils |
|
SearchStrategy |
A generic search strategy that uses a search function passed into the constructor. |
WinDiskLoader |
Deals with loading disks on a Windows host system. |