: int | ; | (* | Device number | *) | |
: int | ; | (* | Inode number | *) | |
: file_kind | ; | (* | Kind of the file | *) | |
: file_perm | ; | (* | Access rights | *) | |
: int | ; | (* | Number of links | *) | |
: int | ; | (* | User id of the owner | *) | |
: int | ; | (* | Group ID of the file's group | *) | |
: int | ; | (* | Device minor number | *) | |
: int | ; | (* | Size in bytes | *) | |
: float | ; | (* | Last access time | *) | |
: float | ; | (* | Last modification time | *) | |
: float | ; | (* | Last status change time | *) |
The informations returned by the UnixLabels.stat calls.
Return the information for the named file.
Same as UnixLabels.stat, but in case the file is a symbolic link, return the information for the link itself.