drasil-utils-0.1.1.0: A framework for code and document generation for scientific software - Utils SubPackage
Safe HaskellSafe-Inferred
LanguageHaskell2010

Utils.Drasil.FilePath

Synopsis

Documentation

data RelativeFile Source #

A valid, relative file path with an extension in canonical form.

Instances

Instances details
Eq RelativeFile Source # 
Instance details

Defined in Utils.Drasil.FilePath

relativeFile :: String -> RelativeFile Source #

Create a RelativeFile given a String that must be in canonical form, be a valid file path, contain a file extension, and be relative (not absolute); otherwise, an error is raised.