This commit is contained in:
Kathy Ruffing 2012-04-19 13:23:58 +00:00
parent 729fa6e2dc
commit 3ba721a9db

View File

@ -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;