Published
- 1 min read
for every file in the folder do python
The solution for this is noted below
for every file in the folder do python
Solution
for file in os.listdir(inputdir):
Try other methods by searching on the site. That is if this doesn’t work