#
min_depth
| : int | ; | |||
#
max_depth
| : int option | ; | |||
#
follow_links
| : bool | ; | |||
#
on_open_errors
| : error_handler | ; | |||
#
on_stat_errors
| : error_handler | ; | |||
#
filter
| : (string * Async.Std.Unix.Stats.t -> bool Async.Std.Deferred.t) option | ; | |||
#
skip_dir
| : (string * Async.Std.Unix.Stats.t -> bool Async.Std.Deferred.t) option | ; | |||
#
relative_paths
| : bool | ; |
next t
return the next file from the collection of valid files in t or None
if no more files remain
close t
drops all the resources associated with t. Attempting to use t again will
raise an exception. Any Find.t will be automatically closed after the last file is read
by any means.
iter t ~f
calls f on every file in t
fold t ~init ~f
folds f over the files in t