package embedded_ocaml_templates

  1. Overview
  2. Docs

Module Common_eml.File_handling

type file =
  1. | File of string
  2. | Directory of string * file array
val sort_by_int : 'a Core.Array.t -> to_int:('a -> Core_kernel__Int.t) -> unit
val print_file : file -> Base.unit
val path_readdir : Core_kernel__.Import.string -> Core_kernel__.Import.string Core.Array.t
val read_file_or_directory : ?filter:(string -> bool) -> ?sorted:bool -> Core_kernel__.Import.string -> file