Hi i was going to open multiple txt files in a directory.
But i get error message of
File "testTopic.py", line 9, in <module>
with open(path +i, 'r') as f:
IOError: [Errno 2] No such file or directory:
'C:\Users\Documents\FP\TM\Export28011986676_10155756928931677.txt'
I did import os, and i trying to open files that ends with '.txt' where by my files all are 122343.txt, 344545.txt, 565464353.txt and carry on.