Find Files in a Folder Between 2 Dates

Gregory Plantaine gamersunit at gmail.com
Fri Dec 5 17:41:08 EST 2008


That worked perfectly!

Thanks Tim!

Since we can print the files, does that mean the list of files is in a
tuple, or something?  Would there be a way to further split up the
file names?

For example, now that the files are processed into the list, we want
to look through that list to find different filetypes.

files

C:\Folder\File_200812051439.111
C:\Folder\File_200812051539.222

Can we split up .111 files?

Actually, where would I look something like this up?



More information about the Python-list mailing list