RecursiveFileIterator

Undocumented in source.

Constructors

this
this(ReadOnlyFileSystem fs, string dir, bool recursive)
Undocumented in source.

Members

Functions

opApply
int opApply(int delegate(string path, ref dlib.filesystem.filesystem.DirEntry) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(ref dlib.filesystem.filesystem.DirEntry) dg)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

directory
string directory;
Undocumented in source.
pb
PathBuilder pb;
Undocumented in source.
rec
bool rec;
Undocumented in source.
rofs
ReadOnlyFileSystem rofs;
Undocumented in source.

Meta