DirReader

Implementation of file list reader. Can be used in foreach as input range, the generator returns FileEntry.

Constructors

this
this(string dir)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

front
FileEntry front()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
FileEntry popFront()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

empty
empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta