uwt
libuv bindings
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library uwt-compat
type stats = Unix.LargeFile.stats = {
st_dev : int; |
st_ino : int; |
st_kind : Unix.file_kind; |
st_perm : Unix.file_perm; |
st_nlink : int; |
st_uid : int; |
st_gid : int; |
st_rdev : int; |
st_size : int64; |
st_atime : float; |
st_mtime : float; |
st_ctime : float; |
}
val stat : string -> Unix.LargeFile.stats Lwt.t
val lstat : string -> Unix.LargeFile.stats Lwt.t
val fstat : file_descr -> Unix.LargeFile.stats Lwt.t
val lseek : file_descr -> int64 -> Unix.seek_command -> int Lwt.t
val truncate : string -> int64 -> unit Lwt.t
val ftruncate : file_descr -> int64 -> unit Lwt.t
val file_exists : string -> bool Lwt.t