Add system path to IApplicationPaths/BaseApplicationPaths

This commit is contained in:
Eric Reed
2013-03-02 14:08:36 -05:00
parent 5d397aa363
commit 3abf1f7ed2
2 changed files with 11 additions and 0 deletions

View File

@@ -42,6 +42,11 @@ namespace MediaBrowser.Common.Implementations
}
}
/// <summary>
/// Gets the path to the system folder
/// </summary>
public string ProgramSystemPath { get { return Path.Combine(ProgramDataPath, "System"); }}
/// <summary>
/// The _data directory
/// </summary>