Refactored how configuration, IR and SGD file path prefixes are handled, in order to be able to handle a different file structure if running on XiO Edge

This commit is contained in:
Neil Dorin
2018-03-27 16:39:23 -06:00
parent fb19b5894b
commit ce6cecbb79
12 changed files with 63 additions and 36 deletions

View File

@@ -20,7 +20,7 @@ namespace PepperDash.Essentials.Core
{
get
{
return string.Format(@"\NVRAM\Program{0}\IR\", InitialParametersClass.ApplicationNumber);
return Global.FilePathPrefix + @"IR\";
}
}