S_Ixxxx #defines
Remonter à Sys\stat.h - Index
Header File
sys\stat.h
Description
Definitions used for file status and directory functions.
| Name | Meaning |
|---|---|
|
S_IFMT |
File type mask |
|
S_IFDIR |
Directory |
|
S_IFIFO |
FIFO special |
|
S_IFCHR |
Character special |
|
S_IFBLK |
Block special |
|
S_IFREG |
Regular file |
|
S_IREAD |
Owner can read |
|
S_IWRITE |
Owner can write |
|
S_IEXEC |
Owner can execute |