We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3064e07 commit f064e09Copy full SHA for f064e09
1 file changed
PS5 NOR Modifier/Form1.cs
@@ -365,7 +365,7 @@ private void browseFileButton_Click(object sender, EventArgs e)
365
366
if (fileDialogBox.ShowDialog() == DialogResult.OK)
367
{
368
- if(fileDialogBox.CheckFileExists == false)
+ if (!File.Exists(fileDialogBox.FileName))
369
370
throwError("The file you selected could not be found. Please check the file exists and is a valid BIN file.");
371
}
0 commit comments