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