Chronological Processing of Files

yoda nochiel at gmail.com
Mon Sep 26 03:26:15 EDT 2005


I've tried using the path module and it works like a *charm*.. plus my
code is cleaner and clearer.. :)

The list comprehension using os.stat() works well though I had to call
an additional  reverse() on the resultant list so that I could get the
list in order of "newest first".

So,  in conclusion, I'll use the path module.

Thanks again guys. You've been a great help.




More information about the Python-list mailing list