This commit is contained in:
Kathy Ruffing 2011-01-19 16:01:52 +00:00
parent b513285da7
commit 5fa2ad85d3

View File

@ -32,11 +32,10 @@ namespace DataLoader
//string tmp = null;
if (ele != null)
{
//roDbpath = ele.GetAttribute("zROPATH");
roDbpath = ele.GetAttribute("zROPATH");
sp_prefix = ele.GetAttribute("zSetpoint");
img_prefix = ele.GetAttribute("zGraphics");
}
}
if (roDbpath == null || roDbpath == "" || roDbpath.ToLower() == @"..\ro")
roDbpath = fstPath.Substring(0, fstPath.LastIndexOf('\\')) + @"\ro";