This commit is contained in:
parent
b513285da7
commit
5fa2ad85d3
@ -32,11 +32,10 @@ namespace DataLoader
|
|||||||
//string tmp = null;
|
//string tmp = null;
|
||||||
if (ele != null)
|
if (ele != null)
|
||||||
{
|
{
|
||||||
//roDbpath = ele.GetAttribute("zROPATH");
|
roDbpath = ele.GetAttribute("zROPATH");
|
||||||
sp_prefix = ele.GetAttribute("zSetpoint");
|
sp_prefix = ele.GetAttribute("zSetpoint");
|
||||||
img_prefix = ele.GetAttribute("zGraphics");
|
img_prefix = ele.GetAttribute("zGraphics");
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
if (roDbpath == null || roDbpath == "" || roDbpath.ToLower() == @"..\ro")
|
if (roDbpath == null || roDbpath == "" || roDbpath.ToLower() == @"..\ro")
|
||||||
roDbpath = fstPath.Substring(0, fstPath.LastIndexOf('\\')) + @"\ro";
|
roDbpath = fstPath.Substring(0, fstPath.LastIndexOf('\\')) + @"\ro";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user