You can use the following open method to check if a file exists + readable:
file = open(inputFile, 'r')file.close()
You can use the following open method to check if a file exists + readable:
file = open(inputFile, 'r')file.close()