Hi.

I'm looking for some way to sort files by date.

I'm usin glob module to list a directiry, but files are sorted by name.

 >>> import glob
 >>> path = "./"
 >>> for ScannedFile in glob.glob(path):
...     print ScannedFile

I googled my problem, but did not find any solution, neither in this 
newsgroup.

Can anyone help me ?

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

Reply via email to