Migrate application path from plugin to standard pattern/location
This commit is contained in:
parent
eeeda36135
commit
26b8e2e3a6
1 changed files with 4 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue