Process files in order

Mike Kent mrmakent at cox.net
Thu Jul 27 16:41:32 EDT 2006


How about using os.listdir to build a list of filenames, then sorting
them by modification time (via os.stat)?




More information about the Python-list mailing list