globus_xio
5.13
|
Macros | |
#define | GLOBUS_XIO_FILE_INVALID_HANDLE |
Enumerations |
#define GLOBUS_XIO_FILE_INVALID_HANDLE |
Invalid handle type
File driver open flags
OR together all the flags you want
Enumerator | |
---|---|
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.
NOTE: for Win32, you only have a choice between read-only and read-write. If the chosen mode does not specify writing, the file will be read only
File driver seek options