On Thu, May 18, 2000 at 09:04:52PM +0400, Aleksandr A.Babaylov wrote:
> Arun Sharma writes:
> > Is there any reason why FreeBSD doesn't store file creation times on
> > the disk (apart from historical reasons) ?
> in adddition to atime, ctime and mtime?

struct timespec st_atimespec;  /* time of last access */
struct timespec st_mtimespec;  /* time of last data modification */
struct timespec st_ctimespec;  /* time of last file status change */ 

None of them tell me when the file was created.

        -Arun


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to