>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/
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to