aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn/Paths.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS_TheReturn/Paths.cs')
-rw-r--r--ShiftOS_TheReturn/Paths.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/ShiftOS_TheReturn/Paths.cs b/ShiftOS_TheReturn/Paths.cs
index 5b75ae6..332cdd3 100644
--- a/ShiftOS_TheReturn/Paths.cs
+++ b/ShiftOS_TheReturn/Paths.cs
@@ -94,6 +94,15 @@ namespace ShiftOS.Engine
}
+ public static string SaveDirectory
+ {
+ get
+ {
+ string appdata = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData);
+ return System.IO.Path.Combine(appdata, "ShiftOS", "saves");
+ }
+ }
+
/// <summary>
/// Gets all full paths without their keynames.
/// </summary>