Mode with which the file will attempt to be opened.
[
Edit]
[System.Obsolete("Use Mono.Unix.Native.OpenFlags")] [System.CLSCompliant(false)] [System.Flags] public enum OpenFlags |
|
See Also
Remarks
Members
Member Name | Description |
---|
O_APPEND | Open for appending
[Edit]
|
O_CREAT | Create
[Edit]
|
O_EXCL | Open exclusive
[Edit]
|
O_NOCTTY | No controlling terminal
[Edit]
|
O_NONBLOCK | Open in non-blocking mode if possible
[Edit]
|
O_RDONLY | Read-only
[Edit]
|
O_RDWR | Read-Write
[Edit]
|
O_SYNC | Open for synchronous I/O
[Edit]
|
O_TRUNC | Truncate on opening if necessary.
[Edit]
|
O_WRONLY | Write-only
[Edit]
|
Requirements
Namespace: Mono.Posix
Assembly: Mono.Posix (in Mono.Posix.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0