package fat-filesystem

  1. Overview
  2. Docs

Module Fat_pathSource

Sourcetype t
Sourceval of_string_list : string list -> t
Sourceval to_string_list : t -> string list
Sourceval directory : t -> t
Sourceval filename : t -> string
Sourceval to_string : t -> string
Sourceval of_string : string -> t
Sourceval concat : t -> string -> t
Sourceval cd : t -> string -> t
Sourceval is_root : t -> bool