Defines | |
#define | APR_READ 0x00001 /**< Open the file for reading */ |
#define | APR_WRITE 0x00002 /**< Open the file for writing */ |
#define | APR_CREATE 0x00004 /**< Create the file if not there */ |
#define | APR_APPEND 0x00008 /**< Append to the end of the file */ |
#define | APR_TRUNCATE 0x00010 /**< Open the file and truncate to 0 length */ |
#define | APR_BINARY 0x00020 /**< Open the file in binary mode */ |
#define | APR_EXCL |
#define | APR_BUFFERED 0x00080 /**< Open the file for buffered I/O */ |
#define | APR_DELONCLOSE 0x00100 /**< Delete the file after close */ |
#define | APR_XTHREAD |
#define | APR_SHARELOCK |
#define | APR_FILE_NOCLEANUP |
#define | APR_SENDFILE_ENABLED |
#define | APR_LARGEFILE |
|
Append to the end of the file |
|
Open the file in binary mode |
|
Open the file for buffered I/O |
|
Create the file if not there |
|
Delete the file after close |
|
Value: 0x00040 |
|
Value: 0x00800 |
|
Value: 0x04000 |
|
Open the file for reading |
|
Value: 0x01000 |
|
Value: 0x00400 |
|
Open the file and truncate to 0 length |
|
Open the file for writing |
|
Value: 0x00200 |