help needed!

D

drjekil

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.
 
M

Mike Driscoll

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.

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

Mike
 
M

Mike Driscoll

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.

Or use the glob module and a loop...

Mike
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top