EntryType
enum EntryType : CaseIterable
A type of filesystem entry.
-
The type is unknown which means that entry not exist or cannot be resolved.
Declaration
Swift
case unknown
-
The path represents a file.
Declaration
Swift
case file
-
The path represents a pipe.
Declaration
Swift
case pipe
-
The path represents a directory.
Declaration
Swift
case directory
-
The path represents a symbolic link.
Declaration
Swift
case symlink