Instance Propertyswift-nio 2.84.0_NIOFileSystem
path
The path of the directory entry.
let path: FilePath
The path of the directory entry.
let path: FilePath
s14_NIOFileSystem14DirectoryEntryV4path0B7Package8FilePathVvp
What are these?61PPJ
import _NIOFileSystem
A file system library for Swift.
struct DirectoryEntry
Information about an item within a directory.
struct FilePath
Represents a location in the file system.
init?(path: FilePath, type: FileType)
Creates a directory entry; returns nil
if path
has no components.
var name: FilePath.Component { get }
The name of the entry; the final component of the path
.
var type: FileType
The type of entry.