This commit is contained in:
parent
729fa6e2dc
commit
3ba721a9db
@ -47,7 +47,7 @@ namespace VEPROMS
|
||||
// Then close & return.
|
||||
if (_origROName !=null && _origFolderPath !=null && (_origROName != ppRTxtName.Text || _origFolderPath != ppTxtPath.Text))
|
||||
{
|
||||
if (!File.Exists(ppTxtPath.Text))
|
||||
if (!Directory.Exists(ppTxtPath.Text))
|
||||
{
|
||||
MessageBox.Show(ppTxtPath.Text, "Invalid Directory for RO Database");
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user