Pathos API Documentation for FileType
December 18, 2020 ยท View on GitHub
public protocol FileType
OS agnostic information regarding type of the file.
Types Conforming to FileType
Properties
var isFile: Bool
Whether the path points to a file.
var isDirectory: Bool
Whether the path points to a directory.
var isSymlink: Bool
Whether the path points to a symlink.