In article <e2577384.0303210704.4146857b at posting.google.com>, kevin at fonner.net (Consistomagus) wrote: > I want to be able to access the properties of a file. Specifically > the Created Date and Time, Modified Date and Time, and Accessed Date > and Time. What would you guys figure to be the best most cross > platform way of doing this? os.stat() Just