module LargeFile:sig..end
val lseek : Lwt_unix.file_descr -> int64 -> Lwt_unix.seek_command -> int64 Lwt.tUnix.LargeFile.lseekval truncate : string -> int64 -> unit Lwt.tUnix.LargeFile.truncateval ftruncate : Lwt_unix.file_descr -> int64 -> unit Lwt.tUnix.LargeFile.ftruncatetypestats =Unix.LargeFile.stats= {
|
st_dev : |
|
st_ino : |
|
st_kind : |
|
st_perm : |
|
st_nlink : |
|
st_uid : |
|
st_gid : |
|
st_rdev : |
|
st_size : |
|
st_atime : |
|
st_mtime : |
|
st_ctime : |
val stat : string -> stats Lwt.tUnix.LargeFile.statval lstat : string -> stats Lwt.tUnix.LargeFile.lstatval fstat : Lwt_unix.file_descr -> stats Lwt.tUnix.LargeFile.fstatval file_exists : string -> bool Lwt.tfile_exists name tests if a file named name exists.
Note that file_exists behaves similarly to
Sys.file_exists:
file_exists name will return false in
circumstances that would make Lwt_unix.LargeFile.stat raise a
Unix.Unix_error exception.