closeOnExec

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

    OpenOptions.swift:53
    var closeOnExec: Bool

    Other members in extension

    Type members

    Instance members

    • 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.