help needed!

Mike Driscoll kyosohma at gmail.com
Fri May 9 10:06:32 EDT 2008


On May 9, 8:54 am, drjekil <drjeki... at gmail.com> wrote:
> i have a script which will do a specific task for a file in a folder,now i
> would like to do the same task  for the all files in that folder(25
> files).how can i do that?
>
> Thanks in advance.
>
> --
> View this message in context:http://www.nabble.com/help-needed%21-tp17148388p17148388.html
> Sent from the Python - python-list mailing list archive at Nabble.com.

Use a loop, probably in combination with os.walk.

Mike



More information about the Python-list mailing list