How can I ignore error messages when opening files that don't exist...

for exmaple: Open FilePath For Input As #fnum.

The filePath=c:\file.ini, doesn't exist. I want to end sub...

how can I check if the file doesn't exist?


thanks