filepather-0.3.0: Functions on System.FilePath

Safe HaskellSafe-Inferred

System.FilePath.FilePather.FileType

Synopsis

Documentation

data FileType Source

The possible types of a file.

Constructors

File

The type is a normal file.

Directory

The type is a directory.

Unknown

The type is unknown.