readOnly
Opens the file for reading only.
Declaration
static var readOnly: FileDescriptor.AccessMode { get }Mentioned in
Discussion
The corresponding C constant is O_RDONLY.
Opens the file for reading only.
static var readOnly: FileDescriptor.AccessMode { get }The corresponding C constant is O_RDONLY.