Closes #26. If specified SGD file isnt' found in User/sgd directory, we look in application/SGD directory for embedded resource file. Updates PD.Core to latest.

This commit is contained in:
Neil Dorin 2020-02-14 14:28:40 -07:00
parent dc9eee9325
commit 4d300a9b68
4 changed files with 23 additions and 6 deletions

View file

@ -26,6 +26,17 @@ namespace PepperDash.Essentials.Core
/// </summary>
public static string FilePathPrefix { get; private set; }
/// <summary>
/// The file path prefix to the applciation directory
/// </summary>
public static string ApplicationDirectoryPathPrefix
{
get
{
return Crestron.SimplSharp.CrestronIO.Directory.GetApplicationDirectory();
}
}
/// <summary>
/// Returns the directory separator character based on the running OS
/// </summary>

@ -1 +1 @@
Subproject commit acebe6b43b28cc3a93f899e9714292a0cc1ab2cc
Subproject commit 27a665b68a0725729bb09138bb85f575833df4b2