in reply to How can I test a file to find out when it was created

On Unix systems, you cannot. "File creation" time isn't a useful concept. How would you define it? What would happen if you move a file? Create a link? Remove a link? Remove all the content? Change all the content?

Abigail

  • Comment on Re: How can I test a file to find out when it was created