Instance Propertyswift-nio 2.72.0_NIOFileSystem
type
The type of entry.
DirectoryEntry.swift:33var type: FileType
Other members in extension
Type members
init?(path: FilePath, type: FileType
) Creates a directory entry; returns
nil
ifpath
has no components.
Instance members
var name: FilePath.Component
The name of the entry; the final component of the
path
.let path: FilePath
The path of the directory entry.