package fileutils

  1. Overview
  2. Docs
API to manipulate files (POSIX like) and filenames

Install

Dune Dependency

Authors

Maintainers

Sources

fileutils-v0.6.1.tbz
sha256=458a540eb8e01be1a13e0e71ba6206c5e36635046e696aeb37e0848a14a5375d
sha512=11693d51b2dd5ff4d955d9e1843d758f63e9e0690c1a3b9c31709e052f3cc7dcb9fd1fd7e20baabe1ecae750f8fde9e762b1097b72ff2f0f5d5afbc6fba680f9

Description

This library provides an API to perform POSIX like operations on files like:

  • mv
  • cp
  • rm
  • mkdir
  • touch
  • which...

It also providesa module to manipulate abstract filenames:

  • classification
  • make_relative: made a filename relative to another
  • make_absolute

Published: 15 Sep 2019

README

Fileutils - OCaml API to manipulate real files (POSIX like) and filenames

This library provides an API to perform POSIX like operations on files like:

  • mv

  • cp

  • rm

  • mkdir

  • touch

  • which...

It also providesa module to manipulate abstract filenames:

  • classification

  • make_relative: made a filename relative to another

  • make_absolute

Installation

The recommended way to install fileutils is via the opam package manager:

$ opam install fileutils