Fs.Directory
type t = directory
val mkdir_p : t -> unit
val of_string : string -> t
val to_string : t -> string
val 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.result
module Table : sig ... end