WindowsDirectory

Undocumented in source.

Constructors

this
this(FileSystem fs, string path, string prefix)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
contents
InputRange!DirEntry contents()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

entry
WIN32_FIND_DATAW entry;
Undocumented in source.
entryValid
bool entryValid;
Undocumented in source.
find
HANDLE find;
Undocumented in source.
fs
FileSystem fs;
Undocumented in source.
prefix
string prefix;
Undocumented in source.

Inherited Members

From Directory

close
void close()
contents
InputRange!DirEntry contents()

Get directory contents as a range. This range should be lazily evaluated when practical. The entries "." and ".." are skipped.

Meta