DEFRECORD KCML_FILE_STAT

For 'KCML_File_Stat and KI_STAT
FLD namePack formatPurpose
KST_typefile type. KCML_FILE_TYPE
KST_devUINT(4)device
KST_inoUINT(4)inode
KST_modeUINT(4)protection
UINT(4)number of hard links
KST_uidUINT(4)user ID of owner
KST_gidUINT(4)group ID of owner
KST_rdevUINT(4)device type (if inode device)
KST_sizeUINT(6)total size (in bytes)
KST_atime$TIMESTAMPtime of last access (deprecated). Modification time will be returned on filesystems that do not maintain access times
KST_mtime$TIMESTAMPtime of last modification
KST_ctime$TIMESTAMPtime of last status change

More info