Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetStoragePath() [1/2]

override string ReLogic.OS.Windows.PathService.GetStoragePath ( )
inline

Implements ReLogic.OS.IPathService.

Definition at line 10 of file PathService.cs.

11 {
12 return Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.Personal), "My Games");
13 }
static string GetFolderPath(SpecialFolder folder)
static string Combine(string path1, string path2)
Definition Path.cs:304

References System.IO.Path.Combine(), and System.Environment.GetFolderPath().