Fs.DirectorySourcefold_files_rec_result ~ext f acc d recursively folds f over the files with extension matching ext (defaults to "") contained in d and its sub directories.
val fold_files_rec_result :
?ext:string ->
('a -> file -> ('a, Odoc_utils.msg) result) ->
'a ->
t ->
('a, [> Odoc_utils.msg ]) resultfold_files_rec_result ~ext f acc d recursively folds f over the files with extension matching ext (defaults to "") contained in d and its sub directories. Stop as soon as f returns Error _.