|
|
|
| Description |
| A module containing various function for manipulating and examinating
files and directories.
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
| Convert a relative filepath to a filepath in the destination (_site).
|
|
|
| Convert a relative filepath to a filepath in the cache (_cache).
|
|
|
| Get the url for a given page.
|
|
|
| Swaps spaces for -.
|
|
|
| Given a path to a file, try to make the path writable by making
all directories on the path.
|
|
|
| Get all contents of a directory. Note that files starting with a dot (.)
will be ignored.
|
|
|
A filter that takes all file names with a given extension. Prefix the
extension with a dot:
havingExtension ".markdown" ["index.markdown", "style.css"] == ["index.markdown"]
|
|
|
| Check if a cache file is still valid.
|
|
|
| Perform an IO action on every file in a given directory.
|
|
| Produced by Haddock version 2.6.0 |