This may be too simplistic, but I would think the primary reason for checking for the existence of a file (hence the existence of .Exists()) would be to prevent unintended overwrites of existing files, not to avoid exceptions caused by attempting to access non-existent nor non-accessible files.
EDIT
In response to comment stream and further thought2
This was, I'll clarify my response as
When in fact, too simplistic and I recommend you want to minimize the potential for unintended loss of data by overwriting existing filessee Stephen Martin's response.
