Module Ojs_filetree_server.Files

File utilities for filetree, server side

val is_dir : string -> bool
val file_trees_of_dir : ?filepred:(Ojs_base.Path.t -> bool) -> Ojs_base.Path.t -> [> `Dir of string * 'a | `File of string * string ] list as 'a