From: Sylvain LE G. <syl...@po...> - 2004-01-31 02:23:19
|
Hello all, Sometimes ago we were discussing about a possible library manipulation filename and files. I have almost created it. I think it is pretty stable but i need extended testing on different filename, and an expert eye on my code. You can find documentation and tarball here : http://www.gallu.homelinux.org/~gildor/ocaml-fileutils/ I wait for any of your comment on this code. If you think some functions should be added, just tell me, or better send a bug report to su...@bu... ( see README in the tarball to know exactly the text that must precede the bug report ). Features : Filename : - reduce "a/../b" -> "b" - make absolute filename - make relative filename - reparent a filename=20 ( a pair of others but not very interesting ). Files : - test - mv - cp - rm - find - mkdir - which - list_dir I hope it will be usefull for you. If you think the library is enough stable, just tell me... I will make a public announcement. Kind regard Sylvain LE GALL |