Initializerswift-nio 2.72.0_NIOFileSystem
init(permissions:transactionalCreation:)
OpenOptions.swift:189init(permissions: FilePermissions? = nil, transactionalCreation: Bool = true)
Other members in extension
Instance members
var permissions: FilePermissions?
The permissions to apply to the new file.
nil
implies default permissions should be applied.var transactionalCreation: Bool
Whether the file should be created and updated as a single transaction, if applicable.