Find_files.Optionstype t = {min_depth : int;Equivalent to the -minDepth flag in unix find.
max_depth : int option;Equivalent to the -maxDepth flag in unix find.
follow_links : bool;Equivalent to find -L.
on_open_errors : error_handler;on_stat_errors : error_handler;filter : (file_info -> bool) option;Whether to include a given file or directory in output. For directories, this does not affect whether files under the directory are visited.
*)skip_dir : (file_info -> bool) option;Whether to visit the files under a given directory.
*)relative_paths : bool;Whether to return filepaths as relative to the base dir.
*)}val default : tval ignore_errors : t