File information, as given by sys.FileSystem.stat
.
Fields
The user id for the file owner.
The size of the file, in bytes.
The device type on which stat resides (special files only).
The number of hard links to stat.
The last modification time for the file.
The permission bits of stat. The meaning of the bits is platform dependent.
The inode number for stat.
The user group id for the file owner.
The device on which stat resides.
The creation time for the file (not all file systems support this).
The last access time for the file (when enabled by the file system).