listDir

Fast templated directory iterator

template listDir(alias handler)
void
listDir
(
Path
)
(
Path dirPath
)
if (
isPath!Path
)

Members

Enums

isPath
eponymoustemplate isPath(Path)
Undocumented in source.

Functions

listDir
void listDir(Path dirPath)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

FIND_FIRST_EX_LARGE_FETCH
enum FIND_FIRST_EX_LARGE_FETCH;
Undocumented in source.
FindExInfoBasic
enum FindExInfoBasic;
Undocumented in source.
initialPathBufLength
enum initialPathBufLength;
Undocumented in source.
initialPathBufLength
enum initialPathBufLength;
Undocumented in source.

Static functions

appendString
size_t appendString(FSChar[] buf, size_t pos, Str str)
Undocumented in source. Be warned that the author may not have intended to support it.
reallocPathBuf
FSChar[] reallocPathBuf(FSChar[] buf, size_t newLength)
Undocumented in source. Be warned that the author may not have intended to support it.
scan
void scan(DIR* dir, int dirFD, Entry* parentEntry)
Undocumented in source. Be warned that the author may not have intended to support it.
scan
void scan(Entry* parentEntry)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Context
struct Context
Undocumented in source.
Entry
struct Entry
Undocumented in source.

Meta