- _wclosedir
int _wclosedir(._WDIR* dirp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _wopendir
._WDIR* _wopendir(const(core.stdc.stddef.wchar_t)* dirname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _wreaddir
._wdirent* _wreaddir(._WDIR* dirp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _wrewinddir
void _wrewinddir(._WDIR* dirp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- closedir
int closedir(.DIR* dirp)
- dirent_first
core.sys.windows.winbase.WIN32_FIND_DATAW* dirent_first(._WDIR* dirp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- dirent_next
core.sys.windows.winbase.WIN32_FIND_DATAW* dirent_next(._WDIR* dirp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- opendir
.DIR* opendir(const(char)* dirname)
Open directory stream using plain old C-string.
- readdir
.dirent* readdir(.DIR* dirp)
Read next directory entry.
- rewinddir
void rewinddir(.DIR* dirp)
Rewind directory stream to beginning.