Posix.Stat – posix Reference Manual
Packages
posix
Posix
Stat
st_atim
st_atime
st_blksize
st_blocks
st_ctim
st_ctime
st_dev
st_gid
st_ino
st_mode
st_mtim
st_mtime
st_nlink
st_rdev
st_size
st_uid
Stat
Object Hierarchy:
Description:
public
struct
Stat
Namespace:
Posix
Package:
posix
Content:
Fields:
public
dev_t
st_dev
public
ino_t
st_ino
public
mode_t
st_mode
public
nlink_t
st_nlink
public
uid_t
st_uid
public
gid_t
st_gid
public
dev_t
st_rdev
public
size_t
st_size
public
timespec
st_atim
public
time_t
st_atime
public
timespec
st_mtim
public
time_t
st_mtime
public
timespec
st_ctim
public
time_t
st_ctime
public
blksize_t
st_blksize
public
blkcnt_t
st_blocks