S_Ixxxx #define

From RAD Studio
Jump to: navigation, search

Go Up to 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