aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Engine/SaveSystem.cs
diff options
context:
space:
mode:
authorAlex-TIMEHACK <[email protected]>2017-07-23 15:37:27 +0100
committerAlex-TIMEHACK <[email protected]>2017-07-23 15:37:27 +0100
commitc3ad5be7444664be6a1f7ba023067eb32cb5d231 (patch)
tree417b39d8f0a6c52a8024913b232566de013f13ae /TimeHACK.Engine/SaveSystem.cs
parent7d99d9ffbf5652f538c69228daa53fe423eb246b (diff)
downloadhistacom2-c3ad5be7444664be6a1f7ba023067eb32cb5d231.tar.gz
histacom2-c3ad5be7444664be6a1f7ba023067eb32cb5d231.tar.bz2
histacom2-c3ad5be7444664be6a1f7ba023067eb32cb5d231.zip
Realistic Desktop is halfway done!
Diffstat (limited to 'TimeHACK.Engine/SaveSystem.cs')
-rw-r--r--TimeHACK.Engine/SaveSystem.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/TimeHACK.Engine/SaveSystem.cs b/TimeHACK.Engine/SaveSystem.cs
index b8617bf..08697ad 100644
--- a/TimeHACK.Engine/SaveSystem.cs
+++ b/TimeHACK.Engine/SaveSystem.cs
@@ -74,7 +74,7 @@ namespace TimeHACK.Engine
{
get
{
- return Path.Combine(ProfileMyComputerDirectory, "Settings");
+ return Path.Combine(ProfileMyComputerDirectory, "Settings");
}
}
@@ -203,6 +203,7 @@ namespace TimeHACK.Engine
SaveDirectoryInfo(Path.Combine(ProfileWindowsDirectory, "Fonts"), true, "Fonts", true);
SaveDirectoryInfo(Path.Combine(ProfileWindowsDirectory, "Help"), true, "Help", true);
SaveDirectoryInfo(Path.Combine(ProfileWindowsDirectory, "Temp"), true, "Temp", true);
+ SaveDirectoryInfo(Path.Combine(ProfileWindowsDirectory, "Desktop"), true, "Desktop", true);
CreateWindowsFile(Path.Combine(ProfileWindowsDirectory, "calc.exe"), "calc");
CreateWindowsFile(Path.Combine(ProfileWindowsDirectory, "explorer.exe"), "explorer");