package posixat

  1. Overview
  2. Docs
type t = Unix.LargeFile.stats = {
  1. st_dev : Base.int;
  2. st_ino : Base.int;
  3. st_kind : File_kind.t;
  4. st_perm : File_perm.t;
  5. st_uid : Base.int;
  6. st_gid : Base.int;
  7. st_rdev : Base.int;
  8. st_size : Base.int64;
  9. st_atime : Base.float;
  10. st_mtime : Base.float;
  11. st_ctime : Base.float;
}
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t