[Tutor] File Attributes

Timothy M. Brauch tbrauch@mindless.com
Tue, 13 Mar 2001 23:21:47 -0500


I know that os.stat(fd) will return a tuple of integers about a file. 
Two of the numbers are the date it was accessed last and last
modification.  Is there a way to find out when a file was created?

 - Tim