Initializerswift-nio 2.72.0_NIOFileSystem->SystemPackage
init(_:)
OpenOptions.swift:278init(_ options: OpenOptions.Directory)
init(_ options: OpenOptions.Directory)
s13SystemPackage14FileDescriptorV11OpenOptionsV08_NIOFileA0EyAefDO9DirectoryVcfc
What are these?
FNV24: [1X4ZS]
import _NIOFileSystem
A file system library for Swift.
import SystemPackage
@frozen struct OpenOptions
Options that specify behavior for a newly-opened file.
@frozen struct FileDescriptor
An abstract handle to an input or output data resource, such as a file or a socket.
enum OpenOptions
Options for opening file handles.
struct Directory
Options for opening a directory.
init(_ options: OpenOptions.Read)
init(_ options: OpenOptions.Write)