Skip to navigation
Test if a file in python exist
07.12.13
try: with open('filename') as f: pass except IOError as e: print 'Oh dear. http://stackoverflow.com/questions/82831/how-do-i-check-if-a-file-exists-using-python
Reply
Anonymous
Information Epoch 1732502801
Using text data files.
Home
Notebook
Contact us