package ojs_filetree

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

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