File: README

package info (click to toggle)
ocaml-fileutils 0.3.0-13
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 392 kB
  • ctags: 331
  • sloc: ml: 2,401; xml: 165; makefile: 138; sh: 51
file content (36 lines) | stat: -rw-r--r-- 1,106 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
----------------
ocaml-fileutils.
----------------

This library is intended to provide a basic interface to the most
common file and filename operation. It provides different filename
function : reduce, make_absolute, make_relative... It also enables
to manipulate real file : cp, mv, rm, touch...

It is separated in two modules : SysUtil and SysPath. The first 
one manipulate files ( real one ), the second one is made for 
manipulating abstract filename.

This library is still under developpement. I intend to make it as 
portable as possible. In other one, i welcome any bug report from
windows user, mac os user...

Send bug report at submit@bugs.gallu.homelinux.org beginning with

Package: ocaml-fileutils
Version: 0.3.0
Severity: { choose wishlist,normal,important }

and tell me your problem.

----------------------------
Information about filesystem
----------------------------

Well, i am not very acquainted with all filesystem syntax. I get information
about it here :
http://www.hk8.org/old_web/perl/sysadmin/ch02_02.htm

I also browse a bit the Anonymous CVS of ocaml.

Sylvain LE GALL