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.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to