Warning: Reason support is experimental. We are looking for beta-tester and contributors.

Module Lwt_unix.LargeFile

module LargeFile: sig..end


val lseek : Lwt_unix.file_descr -> int64 -> Unix.seek_command -> int64 Lwt.t

Wrapper for Unix.LargeFile.lseek

val truncate : string -> int64 -> unit Lwt.t

Wrapper for Unix.LargeFile.truncate

val ftruncate : Lwt_unix.file_descr -> int64 -> unit Lwt.t

Wrapper for Unix.LargeFile.ftruncate

val stat : string -> Unix.LargeFile.stats Lwt.t

Wrapper for Unix.LargeFile.stat

val lstat : string -> Unix.LargeFile.stats Lwt.t

Wrapper for Unix.LargeFile.lstat

val fstat : Lwt_unix.file_descr -> Unix.LargeFile.stats Lwt.t

Wrapper for Unix.LargeFile.fstat