Re: Find Files in a Folder Between 2 Dates

2008-12-11 Thread Gregory Plantaine
On Dec 11, 11:02 am, Gregory Plantaine wrote: > On Dec 5, 3:14 pm, John Machin wrote: > > > > > > > On Dec 6, 9:41 am, GregoryPlantaine wrote: > > > > That worked perfectly! > > > > Thanks Tim! > > > > Since we can print the fil

Re: Find Files in a Folder Between 2 Dates

2008-12-11 Thread Gregory Plantaine
On Dec 5, 3:14 pm, John Machin wrote: > On Dec 6, 9:41 am, GregoryPlantaine wrote: > > > 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? > >

Re: Find Files in a Folder Between 2 Dates

2008-12-05 Thread Gregory Plantaine
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 differen

Find Files in a Folder Between 2 Dates

2008-12-04 Thread Gregory Plantaine
Is there a way to find all the files in a folder, between 2 dates? For example: Firstdate = 20080101 Seconddate = 20080102 Find all the files in C:\Folder that are between Firstdate and SecondDate. -- http://mail.python.org/mailman/listinfo/python-list