StdWindowsDirectory

Undocumented in source.

Constructors

this
this(wchar* cwstr)
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
StdWindowsDirEntryRange contents()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

drange
StdWindowsDirEntryRange drange;
Undocumented in source.
path
wchar* path;
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