win32.stat

Members

Functions

S_ISBLK
int S_ISBLK(int m)
Undocumented in source. Be warned that the author may not have intended to support it.
S_ISCHR
int S_ISCHR(int m)
Undocumented in source. Be warned that the author may not have intended to support it.
S_ISDIR
int S_ISDIR(int m)
Undocumented in source. Be warned that the author may not have intended to support it.
S_ISNAM
int S_ISNAM(int m)
Undocumented in source. Be warned that the author may not have intended to support it.
S_ISREG
int S_ISREG(int m)
Undocumented in source. Be warned that the author may not have intended to support it.
_wstat
int _wstat(const(wchar)* , struct_stat* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_wstat
int _wstat(const(wchar)* , struct_stat* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fstat
int fstat(int , struct_stat* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fstat
int fstat(int , struct_stat* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stat
int stat(const(char)* , struct_stat* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stat
int stat(const(char)* , struct_stat* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

S_IEXEC
enum S_IEXEC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
S_IFBLK
enum S_IFBLK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
S_IFCHR
enum S_IFCHR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
S_IFDIR
enum S_IFDIR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
S_IFIFO
enum S_IFIFO;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
S_IFMT
enum S_IFMT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
S_IFNAM
enum S_IFNAM;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
S_IFREG
enum S_IFREG;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
S_IREAD
enum S_IREAD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
S_IWRITE
enum S_IWRITE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

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

Meta

Authors

Walter Bright Automatically imported and edited from the druntime module core.sys.windows.stat for the auto-generated win32 package.