utimbuf

Contains when the file was last accessed and modified

Service:File System
Defined In:utime.h

Structure

   struct { 
      time_t   actime ; 
      time_t   modtime ; 
   };
   

Fields

actime

Specifies the last time the file was accessed.

modtime

Specifies the last time the file was modified.