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

◆ EndsInDirectorySeparator() [2/2]

static bool System.IO.Path.EndsInDirectorySeparator ( string path)
inlinestatic

Definition at line 853 of file Path.cs.

854 {
855 return PathInternal.EndsInDirectorySeparator(path);
856 }

References System.IO.PathInternal.EndsInDirectorySeparator().