OCaml library for common file and filename operations
Description
This library is intended to provide a basic interface to the most
common file and filename operations. It provides several different
filename functions: reduce, make_absolute, make_relative... It also
enables you to manipulate real files: cp, mv, rm, touch...
It is separated into two modules: SysUtil and SysPath. The first one
manipulates real files, the second one is made for manipulating
abstract filenames.
Build Time
2024-06-04 15:14:28 GMT
Size
70.26 KB
c2e2d5d855974fe52f9fee817665ed5b
License
LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception