[EMAIL PROTECTED] wrote: > I'd like to be able to get the path to the oldest folder in whatever > directory I'm currently in.
And just because I'm feeling silly:
<code>
import os
print os.popen ("dir /b /ad /od /tc c:\python25\lib\site-packages").readline ()
</code>
TJG
--
http://mail.python.org/mailman/listinfo/python-list
