MI_O_EXCL
Fail if the file already exists
MI_O_APPEND
Append to the end of file
MI_O_TRUNC
Truncate to zero if file exists
MI_O_RDWR
Read/write mode (default)
MI_O_RDONLY
Read-only mode (copying from operating-system files only)
MI_O_WRONLY
Write-only mode (copying to operating-system files only)
MI_O_TEXT
Text mode (default off)
MI_O_CLIENT_FILE
File is on client computer (default)
MI_O_SERVER_FILE
File is on server computer