FilePather-0.1.0: Functions on System.FilePath

Safe HaskellSafe-Infered

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.