existingFile

    The behavior for opening an existing file.

    OpenOptions.swift:79
    var existingFile: OpenOptions.ExistingFile

    Other members in extension

    Type members

    Instance members

    • var closeOnExec: Bool

      Marks the descriptor of the opened file as ‘close-on-exec’.

    • var followSymbolicLinks: Bool

      If the last path component is a symbolic link then this flag determines whether the link is followed. If false and the last path component is a symbolic link then an error is thrown.

    • var newFile: OpenOptions.NewFile?

      The creation options for a new file, if one should be created. nil means that no file should be created.

    Show system interfaces (1)

    Hide system interfaces