4 references to FileExists
System.Windows.Forms (4)
winforms\Managed\System\WinForms\FileDialog.cs (2)
891
if (!fileMustExist ||
FileExists
(s)) {
948
if (!
FileExists
(fileName)) {
winforms\Managed\System\WinForms\SaveFileDialog.cs (2)
161
if ((options & NativeMethods.OFN_OVERWRITEPROMPT) != 0 &&
FileExists
(fileName) && !this.UseVistaDialogInternal) {
167
if ((options & NativeMethods.OFN_CREATEPROMPT) != 0 && !
FileExists
(fileName)) {