package containers

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = string
val to_string : t -> string
val make : string -> t
val exists : t -> bool io
val is_directory : t -> bool io
val remove : t -> unit io
val read_dir : ?recurse:bool -> t -> t Seq.t io
val walk : t -> ([ `Dir | `File ] * t) Seq.t io
OCaml

Innovation. Community. Security.