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

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,677
Members
48,796
Latest member
Greg L.

Latest Threads

Top