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 |
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|