folder extraction

2009-01-06 Thread ibpet11
how do i get along with this task of extracting multiples folder and generating their names individually in a their respective files as they were generated. -- http://mail.python.org/mailman/listinfo/python-list

Re: folder extraction

2009-01-01 Thread John Machin
On Jan 1, 8:23 pm, r.gr...@science-computing.de wrote: > On Dec 30 2008, 4:30 pm, ibpe...@gmail.com wrote: > > > how do i get along with this task of extracting multiples folder and > > generating their names individually in a their respective files as > > they were generated. > > Hallo, > I hope,

Re: folder extraction

2009-01-01 Thread r . grimm
On Dec 30 2008, 4:30 pm, ibpe...@gmail.com wrote: > how do i get along with this task of extracting multiples folder and > generating their names individually in a their respective files as > they were generated. Hallo, I hope, that I interpret your question in the right way. You can use the follo

Re: folder extraction

2008-12-30 Thread Mike Driscoll
On Dec 30, 9:30 am, ibpe...@gmail.com wrote: > how do i get along with this task of extracting multiples folder and > generating their names individually in a their respective files as > they were generated. Are you talking about unzipping an archive or walking a directory? If the former, see the