From: Dave B. <da...@ra...> - 2007-11-09 20:35:58
|
On Fri, 9 Nov 2007, Erik de Castro Lopo wrote: > The most recent missing function was chroot, but I'm sure I've > come across others. Hey Erik, Maybe it's different on a Mac, but my Linux version of OCaml does provide Unix.chroot. There is still some missing functionality that would not need C-dependency: the Filename module. Specifically, it ought to provide functions for splitting extensions (not just chopping them), cross-platform path normalization, absolute/relative conversion, globbing, recursive walking, and convenience functions for the more common stat tests (size, modification times, etc). IMHO. =) Dave |