Static Propertyswift-nio 2.86.1_NIOFileSystem
allCases
FileType.swift:102static var allCases: [FileType] { get }static var allCases: [FileType] { get }import _NIOFileSystemstruct FileTypeThe type of a file system object.
init(direntType: UInt8) Initializes a file type from the d_type from dirent.
init(platformSpecificMode: CInterop.Mode) Initializes a file type from a CInterop.Mode.
static var block: FileType { get }Hardware block device.
static var character: FileType { get }Hardware character device.
static var directory: FileType { get }Directory.
static var fifo: FileType { get }FIFO (or named pipe).
static var regular: FileType { get }Regular file.
static var socket: FileType { get }Socket.
static var symlink: FileType { get }Symbolic link.
static var unknown: FileType { get }A file of unknown type.
static var whiteout: FileType { get }Whiteout file.
var description: String { get }