ExistingFile

    Options for opening an existing file.

    OpenOptions.swift:156
    enum ExistingFile

    Cases

    • case none

      Indicates that no file exists. If a file does exist then an error is thrown when opening the file.

    • case open

      Any existing file should be opened without modification.

    • case truncate

      Truncate the existing file.

    Other members in extension

    Types

    Citizens in _NIOFileSystem

    Conformances

    Type features