libressl_d.compat.dirent_msvc

Undocumented in source.

Public Imports

core.stdc.errno
public import core.stdc.errno;
core.stdc.stdarg
public import core.stdc.stdarg;
core.stdc.wchar_
public import core.stdc.wchar_;
core.sys.windows.windows
public import core.sys.windows.windows;
libressl_d.compat.stdio
public import libressl_d.compat.stdio;
libressl_d.compat.stdlib
public import libressl_d.compat.stdlib;
libressl_d.compat.string
public import libressl_d.compat.string;
libressl_d.compat.sys.stat
public import libressl_d.compat.sys.stat;
libressl_d.compat.sys.types
public import libressl_d.compat.sys.types;

Members

Functions

_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)

Close directory stream.

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.

Manifest constants

FILENAME_MAX
enum FILENAME_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NAME_MAX
enum NAME_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PATH_MAX
enum PATH_MAX;

Indicates that d_namlen field is available in dirent structure

Structs

DIR
struct DIR
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_WDIR
struct _WDIR
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_wdirent
struct _wdirent

Wide-character version

dirent
struct dirent

Multi-byte character versions

Meta