module Ffind:Finding files.sig
..end
type
filter =
| |
Maxdepth of |
| |
Type of |
| |
Follow |
| |
Regexp of |
| |
Atime of |
| |
Predicate of |
type
interval =
| |
Le of |
| |
Eq of |
| |
Ge of |
type
mode =
| |
Ignore |
| |
Stderr |
| |
Failure |
| |
Custom of |
val find : mode -> string list -> filter list -> (string -> unit) -> unit
val find_list : mode -> string list -> filter list -> string list