package passage

  1. Overview
  2. Docs

Module Passage.PathSource

include sig ... end
Sourcetype t
Sourceval inject : String.t -> t
Sourceval project : t -> String.t
Sourceval inject_list : String.t list -> t list
Sourceval project_list : t list -> String.t list
Sourceval compare : t -> t -> int
Sourceval equal : t -> t -> bool
Sourceval is_directory : t -> bool
Sourceval file_exists : t -> bool
Sourceval of_fpath : Fpath.t -> t
Sourceval to_fpath : t -> Fpath.t
Sourceval access : t -> Unix.access_permission list -> unit
Sourceval basename : t -> t
Sourceval dirname : t -> t
Sourceval concat : t -> t -> t
Sourceval is_dot : t -> bool
Sourceval ensure_parent : t -> t
Sourceval build_rel_path : string -> t
Sourceval abs : t -> t
Sourceval folder_of_path : t -> t
OCaml

Innovation. Community. Security.