stat-times
Name
stat-times -- Returns file times.
Type: function
Synopsis
stat-times
( b, mtime atime ctime);
Arguments
- b
An instance of <stat-buf>
Return Values
- mtime
An instance of <time>
- atime
An instance of <time>
- ctime
An instance of <time>
Description
Returns the three file times for the stat'd file; modification time,
access time, and creation time.