struct utimbuf структура

Структура utimbuf

Структура utimbuf используется вместе с функцией utime() чтобы указать новые значения времени доступа и модификации файла

#include system.h>

time_t actime // время (возм. - "последнего доступа") доступа к файлу
time_t modtime // время модификации файла
Data Type: struct utimbuf
The utimbuf structure is used with the utime function to specify new access and modification times for a file. It contains the following members:
time_t actime
This is the access time for the file.
time_t modtime
This is the modification time for the file.
_____________________________________________
Источники(читать подробнее)=
http://www.gnu.org/software/libc/manual/...
http://aaronbentley.com/dutree/docs/stru...
Ключевые слова и фразы(для поиска)=