show/hide this revision's text 3 deleted 117 characters in body

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.

show/hide this revision's text 2 edit for detail.

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 thought, I'll clarify my response as

When you want to minimize the potential for unintended loss of data by overwriting existing files.

show/hide this revision's text 1

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.