Instance Propertyswift-nio 2.72.0_NIOFileSystem
closeOnExec
Marks the descriptor of the opened file as ‘close-on-exec’.
OpenOptions.swift:53var closeOnExec: Bool
Other members in extension
Type members
init(followSymbolicLinks: Bool, closeOnExec: Bool
) Creates a new set of options for opening a directory.
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.