Is there any plan to incorporate this into Batteries? On Wed, Sep 9, 2009 at 8:54 PM, Sylvain Le Gall wrote: > > Hello, > > Ocaml fileutils is aimed to be a platform independent library to perform > operation on file like: > - mv > - cp > - rm > - mkdir > - touch > - which... > > Comes also with a module to manipulate abstract filename: > - classification > - make_relative: made a filename relative to another > - make_absolute > > This new release simplify module structure (nested modules are not > required anymore) and comes with a more clear documentation. It also > removes parser/lexer for path which was little bit overkilling. Some > operations have been optimized for speed (like find) -- coming close in > term of performance to standard POSIX commands. > > Link: > http://le-gall.net/sylvain+violaine/ocaml-fileutils.html > > Regards > Sylvain Le Gall > > > _______________________________________________ > Caml-list mailing list. Subscription management: > http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list > Archives: http://caml.inria.fr > Beginner's list: http://groups.yahoo.com/group/ocaml_beginners > Bug reports: http://caml.inria.fr/bin/caml-bugs >