hakyll-4.14.1.0: A static website compiler library
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hakyll.Core.Util.File

Description

A module containing various file utility functions

Synopsis

Documentation

makeDirectories :: FilePath -> IO () Source #

Given a path to a file, try to make the path writable by making all directories on the path.

getRecursiveContents Source #

Arguments

:: (FilePath -> IO Bool)

Ignore this file/directory

-> FilePath

Directory to search

-> IO [FilePath]

List of files found

Get all contents of a directory.