Module Odoc_odoc__Fs.Directory
type t= directory
val dirname : t -> tval basename : t -> tval append : t -> t -> tval reach_from : dir:t -> string -> t@raises
Invalid_arg _ifparent/nameexists but is not a directory.
val mkdir_p : t -> unitval of_string : string -> tval to_string : t -> stringval fold_files_rec_result : ?ext:string -> ('a -> file -> ('a, Odoc_odoc.Or_error.msg) Odoc_odoc.Or_error.result) -> 'a -> t -> ('a, [> Odoc_odoc.Or_error.msg ]) Odoc_odoc.Or_error.resultfold_files_rec_result ~ext f acc drecursively foldsfover the files with extension matchingext(defaults to"") contained indand its sub directories. Stop as soon asfreturnsError _.