Globbing files by their creation date

tkpmep at hotmail.com tkpmep at hotmail.com
Tue Jan 16 08:34:14 EST 2007


I'd like to create a list of all files in a directory that were created
after a certain date. How does one do this? I've used glob.glob to
create a list of all files whose name matches a substring, but I don't
see how I can use it to identify files by their creation date.

Thanks in advance for the assistance.

Thomas Philips




More information about the Python-list mailing list