VirtualFileSystem

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

containingDir
string containingDir(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
mount
void mount(string dir)
Undocumented in source. Be warned that the author may not have intended to support it.
mount
void mount(ReadOnlyFileSystem fs)
Undocumented in source. Be warned that the author may not have intended to support it.
openDir
Directory openDir(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
openForInput
InputStream openForInput(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
stat
bool stat(string filename, FileStat stat)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

mounted
DynamicArray!ReadOnlyFileSystem mounted;
Undocumented in source.

Meta