package fileutils

  1. Overview
  2. Docs
type current_dir_type =
  1. | Short
  2. | Long
type filename_part =
  1. | Root of string
  2. | ParentDir
  3. | CurrentDir of current_dir_type
  4. | Component of string
type filename = string
type extension = string
val begin_string : 'a -> 'b -> 'c * 'd
val add_string : string -> (string * 'a) -> string * 'b
val end_string : (string * filename_part list) -> filename_part list
val path_length : int
OCaml

Innovation. Community. Security.