package ez_file

  1. Overview
  2. Docs
Easy file manipulation (read_file, write_file, etc.)

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.2.0.tar.gz
sha256=e7b32ebead0f0be76b96b8bd0f826f2a115850b56c6d1129656060d5eff23c97
md5=ce2f4ab5bcb432c552d525dc48a3bdf9

doc/ez_file/FileSig/index.html

Module FileSigSource

Signatures exported by other modules

Sourcemodule type CONTENT_OPERATIONS = sig ... end

This module provides functions to read and write complete files from and to strings, or working on file lines.

Sourcemodule type DIRECTORY_OPERATIONS = sig ... end

This modules provides functions to create directories, read, iter or remove directories, recursively or not.

Sourcemodule type FILENAME_OPERATIONS = sig ... end
Sourcemodule type FILE_OPERATIONS = sig ... end