#include <tree.h>
Public Attributes | |
off_t | size |
Size of the file or directory. | |
mode_t | mode |
File or directory mode. | |
uid_t | user |
Owner. | |
gid_t | group |
Owning group. | |
time_t | mtime |
Date and time of last modification. | |
time_t | atime |
Date and time of last access. | |
time_t | ctime |
Date and time of last attribute change. |