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

◆ GetStoragePath() [2/2]

string ReLogic.OS.Base.PathService.GetStoragePath ( string subfolder)
inlineinherited

Implements ReLogic.OS.IPathService.

Definition at line 15 of file PathService.cs.

16 {
17 return Path.Combine(GetStoragePath(), subfolder);
18 }
static string Combine(string path1, string path2)
Definition Path.cs:304

References System.IO.Path.Combine(), and ReLogic.OS.Base.PathService.GetStoragePath().