Instance Propertyswift-nio 2.84.0_NIOFileSystem
permissions
The permissions to apply to the new file. nil
implies default permissions should be applied.
var permissions: FilePermissions?
The permissions to apply to the new file. nil
implies default permissions should be applied.
var permissions: FilePermissions?
s14_NIOFileSystem11OpenOptionsO7NewFileV11permissions0B7Package0F11PermissionsVSgvp
What are these?7F7YL
import _NIOFileSystem
A file system library for Swift.
struct NewFile
Options for creating a new file.
enum OpenOptions
Options for opening file handles.
@frozen struct FilePermissions
The access permissions for a file.
init(permissions: FilePermissions? = nil, transactionalCreation: Bool = true)
var transactionalCreation: Bool
Whether the file should be created and updated as a single transaction, if applicable.