- Thread starter
- #21
Olaf Doschke
Programmer
...and yes, Mike, if I wanted to make sure the error is not something different, I should check if the error is really 'File does not exist'. But it would be rather weird if something else would be wrong.
If you take it serious you never should catch an error with a simple Catch block, as all kind of errors could happen. But then you're back to using a global error handler very soon, or you'd shut down your app on every error just to make sure it's not causing trouble.
Bye, Olaf.
If you take it serious you never should catch an error with a simple Catch block, as all kind of errors could happen. But then you're back to using a global error handler very soon, or you'd shut down your app on every error just to make sure it's not causing trouble.
Bye, Olaf.