Enumeration Caseswift-nio 2.72.0_NIOFileSystem
open
Any existing file should be opened without modification.
OpenOptions.swift:162case open
Other cases
case none
Indicates that no file exists. If a file does exist then an error is thrown when opening the file.
case truncate
Truncate the existing file.