[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Jonathan Roewen <jonathan.roewen@g...> |
| Subject: | [Caml-list] ocaml file operations question |
Hi, If I'm using an OS/FS that supports sparse files (apparently linux does this without any magic flags or anything), will reading/writing to this file work as expected in OCaml? I guess I'll have to use Unix module anyway just to get a read/write file in the first place... Jonathan