Module Lwt_unix.LargeFile
val lseek : file_descr -> int64 -> seek_command -> int64 Lwt.tWrapper for Unix.LargeFile.lseek
val truncate : string -> int64 -> unit Lwt.tWrapper for Unix.LargeFile.truncate
val ftruncate : file_descr -> int64 -> unit Lwt.tWrapper for Unix.LargeFile.ftruncate
val fstat : file_descr -> stats Lwt.tWrapper for Unix.LargeFile.fstat
val 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” is interpreted as “directory entry” in this context
file_exists namewill returnfalsein circumstances that would makestatraise aUnix.Unix_errorexception.