package fat-filesystem

  1. Overview
  2. Docs
Pure OCaml implementation of the FAT filesystem

Install

dune-project
 Dependency

Authors

Maintainers

Sources

fat-filesystem-v0.14.0.tbz
sha256=07312d63c0b215dc1db1036db7493500fe5fe20cad05f189a74b5c51e85d8af5
sha512=856514a926d451c74756b70910f9e06aa7b55a85b5e3c1306ce4de8b3f56b477332f9f81ea85b71a591eb0cdbc540debaa2d2f418fe07aa316abb68c4d314b1c

doc/fat-filesystem/Fat_path/index.html

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