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
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
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?
>
>
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