Pipes.Files

Introduction

Basic comparison with GNU find

Performance

Other notes

Finding functions

sourceFindFiles

find

findFiles

findFilesIO

findFilePaths

data FindOptions

defaultFindOptions

directoryFiles

test

ltest

stat

lstat

hasStatus

File path predicates

glob

regex

ignoreVcs

GNU find compatibility predicates

depth_

follow_

prune_

maxdepth_

mindepth_

ignoreErrors_

noIgnoreErrors_

amin_

atime_

anewer_

empty_

executable_

gid_

name_

getDepth

filename_

pathname_

getEntryPath

getRawEntryPath

File entry predicates (uses stat information)

regular

directory

hasMode

executable

lastAccessed_

lastModified_

Predicate combinators

(=~)

Types and type classes

data FileEntry f

class IsFilePath a

Helper functions for library writers

genericFindFiles

genericFindFilePaths

genericFind

genericTest

genericLtest