On May 9, 8:54 am, drjekil <[EMAIL PROTECTED]> 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 -- http://mail.python.org/mailman/listinfo/python-list