Migrate application path from plugin to standard pattern/location

This commit is contained in:
jlewin 2019-06-06 17:38:52 -07:00
parent eeeda36135
commit 26b8e2e3a6

View file

@ -90,10 +90,14 @@ namespace MatterHackers.MatterControl.DataStorage
private static string _printHistoryPath => Path.Combine(_applicationLibraryDataPath, "PrintHistory");
private static string _cloudLibraryPath => Path.Combine(_applicationLibraryDataPath, "CloudData");
public static string ApplicationUserDataPath => EnsurePath(_applicationUserDataPath);
public string ApplicationLibraryDataPath => EnsurePath(_applicationLibraryDataPath);
public string CloudLibraryPath => EnsurePath(_cloudLibraryPath);
public string LibraryAssetsPath => EnsurePath(_libraryAssetPath);
public string ApplicationTempDataPath => EnsurePath(_applicationTempDataPath);