Last mod date

Andrew McNamara andrewm at object-craft.com.au
Tue Sep 6 20:32:54 EDT 2005


>This is my first post--I'm a Java developer trying to expand my 
>horizons.  I'm trying to figure out how to find out the last 
>modification date/time for a file.  I've found a reference to 
>*PyOS_GetLastModificationTime *as an Operating System Utility, but I 
>can't figure out which module I need to import to access it.

Look at the "os" module.

-- 
Andrew McNamara, Senior Developer, Object Craft
http://www.object-craft.com.au/



More information about the Python-list mailing list