open

    Any existing file should be opened without modification.

    OpenOptions.swift:162
    case 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.