package ez_file

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.3.0.tar.gz
sha256=e426f0853d613ce290003e4df93bdda93cb20be9b19ee57d59df0f92842310e9

doc/ez_file/Ez_file/index.html

Module Ez_fileSource

Sourcemodule FileAbstract : sig ... end

File operations with filenames represented by an abstract type FileGen.t

Sourcemodule FileChannel : sig ... end

File operations on the stdlib in_channel/out_channel types

Sourcemodule FileDirMaker : sig ... end
Sourcemodule FileOS : sig ... end

Operating-System specific values

Sourcemodule FileSelector : sig ... end
Sourcemodule FileSig : sig ... end

Signatures exported by other modules

Sourcemodule FileString : sig ... end

File operations with filenames represented by the string type

Sourcemodule V1 : sig ... end