![]() |
#define GLOBUS_XIO_FILE_INVALID_HANDLE |
File driver open flags
OR together all the flags you want.
GLOBUS_XIO_FILE_CREAT | Create a new file if it doesn't exist (default). |
GLOBUS_XIO_FILE_EXCL | Fail if file already exists. |
GLOBUS_XIO_FILE_RDONLY | Open for read only. |
GLOBUS_XIO_FILE_WRONLY | Open for write only. |
GLOBUS_XIO_FILE_RDWR | Open for reading and writing (default). |
GLOBUS_XIO_FILE_TRUNC |
Truncate file.
|
GLOBUS_XIO_FILE_APPEND | Open file for appending. |
GLOBUS_XIO_FILE_BINARY | File is binary (default). |
GLOBUS_XIO_FILE_TEXT | File is text. |
File driver create mode
OR these modes together to get the mode you want.
about globus |
globus toolkit |
dev.globus
Comments? webmaster@globus.org