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

◆ OpenURL()

override void ReLogic.OS.Windows.PathService.OpenURL ( string url)
inline

Implements ReLogic.OS.IPathService.

Definition at line 15 of file PathService.cs.

16 {
17 Process.Start("explorer.exe", "\"" + url + "\"");
18 }

References System.Diagnostics.Process.Start().