Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Re: [Caml-list] Unix.Unix_error (Unix.EOVERFLOW, "lstat",

4 views
Skip to first unread message

Xavier Leroy

unread,
Nov 8, 2006, 5:29:04 AM11/8/06
to Johann Spies
> The Unix.stat-functions use integer for file size. How do I handle
> files which reports sizes bigger than the maximum integer?

By using the Unix.Largefile.*stat functions, which use 64-bit integers
for file size.

- Xavier Leroy

_______________________________________________
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

0 new messages