|
cmEngine
0.1.1
A library for interpreting CMake code.
|
#include <cmStat.h>
Data Fields | |
| unsigned int | mode |
| unsigned long long int | mtime |
| unsigned long long int | atime |
| unsigned long long int | ctime |
| unsigned long long int | size |
This structure is used to contain information regarding status of a file. It is a wrapper around system-specific 'stat' functions.
| unsigned long long int cmStat::atime |
File access time.
| unsigned long long int cmStat::ctime |
File creation time.
| unsigned int cmStat::mode |
The file mode. Indicates whether the entry is a directory or a regular file.
| unsigned long long int cmStat::mtime |
File modification time.
| unsigned long long int cmStat::size |
The number of bytes occupied by the file. For directories, this can be zero.
1.8.12