System.Directory.Tree

Data types for representing directory trees

data DirTree a

data AnchoredDirTree a

type FileName

High level IO functions

readDirectory

readDirectoryWith

readDirectoryWithL

writeDirectory

writeDirectoryWith

Lower level functions

zipPaths

build

buildL

openDirectory

writeJustDirs

Utility functions

Shape comparison and equality

equalShape

comparingShape

Handling failure

successful

anyFailed

failed

failures

failedMap

Tree Manipulations

flattenDir

sortDir

sortDirShape

filterDir

free

Operators

(</$>)