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

build

buildL

openDirectory

writeJustDirs

Manipulating FilePaths

zipPaths

free

Utility functions

Shape comparison and equality

equalShape

comparingShape

Handling failure

successful

anyFailed

failed

failures

failedMap

Tree Manipulations

flattenDir

sortDir

sortDirShape

filterDir

Navigation

dropTo

Operators

(</$>)

Lenses

_contents

_err

_file

_name

_anchor

_dirTree