This commit is contained in:
parent
b513285da7
commit
5fa2ad85d3
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user