st_mtime Time of most recent content modification expressed in seconds.
st_mode File mode: file type and file mode bits (permissions).
st_ino Inode number.
st_gid Group identifier of the file owner.
st_gen File generation number.
st_flags User defined flags for file.
st_file_attributes Windows file attributes: dwFileAttributes member of the BY_HANDLE_FILE_INFORMATION structure returned by GetFileInformationByHandle(). See the FILE_ATTRIBUTE_* constants in the stat module.
st_dev Identifier of the device on which this file resides.
st_ctime_ns Platform dependent: the time of most recent metadata change on Unix, the time of creation on Windows, expressed in nanoseconds as an integer.
st_ctime Platform dependent: the time of most recent metadata change on Unix, the time of creation on Windows, expressed in seconds.
Page 283 of 663