description | title | ms.date | f1_keywords | helpviewer_keywords | ms.assetid | |||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Learn more about: _stat Structure st_mode Field Constants |
_stat Structure st_mode Field Constants |
11/04/2016 |
|
|
fd462004-7563-4766-8443-30b0a86174b6 |
#include <sys/stat.h>
These constants are used to indicate file type in the st_mode
field of the _stat
structure.
The bit mask constants are described below:
Constant | Meaning |
---|---|
_S_IFMT |
File type mask |
_S_IFDIR |
Directory |
_S_IFCHR |
Character special (indicates a device if set) |
_S_IFREG |
Regular |
_S_IREAD |
Read permission, owner |
_S_IWRITE |
Write permission, owner |
_S_IEXEC |
Execute/search permission, owner |
_stat
, _wstat
functions
_fstat
, _fstat32
, _fstat64
, _fstati64
, _fstat32i64
, _fstat64i32
Standard types
Global constants