Data.Conduit.Find

Introduction

Basic comparison with GNU find

Performance

Other notes

Finding functions

sourceFindFiles

find

findFiles

findFilePaths

data FindOptions

defaultFindOptions

test

ltest

stat

lstat

hasStatus

File path predicates

glob

regex

ignoreVcs

GNU find compatibility predicates

depth_

follow_

noleaf_

prune_

maxdepth_

mindepth_

ignoreErrors_

noIgnoreErrors_

amin_

atime_

anewer_

empty_

executable_

gid_

name_

getDepth

filename_

pathname_

getFilePath

File entry predicates (uses stat information)

regular

directory

hasMode

executable

lastAccessed_

lastModified_

Predicate combinators

(=~)

Types and type classes

data FileEntry