hello there,<br>i am writing an app for linux. what command would be easiest to test and see if a certain file exist ?<br>i was going to do something like this<br>try:<br> file = open('/path/to/file', 'rb')
<br> return True<br>except:<br> return False<br><br>but i thought that there would be an easier way.<br>thanks<br>