FileSystem
Description
- Derived from
-
Disposable abstract
IFileSystem - Extended by
-
HttpFileSystem sealed
LocalFileSystem sealed
MemoryFileSystem sealed
VersionedFileSystem sealed
VirtualFileSystem sealed
Abstract base class for IFileSystem implementations.
The FileSystem class maintains a global list of the instances of its subclasses: using the constructor will add the new object to that list.
Public / Constructors
Protected / Constructors
FileSystem
Creates a new instance of FileSystem.
This instance will be appended to the global list of FileSystem objects.
Protected / Methods
DirectoryFix
Fixes the given directory in path as preparation for being used as the current directory by IFileSystem.Directory.
- IOException
-
If directory in is invalid.