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

◆ GetRelativePath() [1/2]

static string System.IO.Path.GetRelativePath ( string relativeTo,
string path )
inlinestatic

Definition at line 754 of file Path.cs.

755 {
756 return GetRelativePath(relativeTo, path, PathInternal.StringComparison);
757 }
static string GetRelativePath(string relativeTo, string path)
Definition Path.cs:754

References System.IO.Path.GetRelativePath(), and System.IO.PathInternal.StringComparison.

Referenced by System.IO.Path.GetRelativePath().