MCPcopy Create free account
hub / github.com/PenguLoader/PenguLoader / OpenLink

Method OpenLink

loader/Main/Utils.cs:11–11  ·  view source on GitHub ↗
(string url)

Source from the content-addressed store, hash-verified

9 public static void OpenFolder(string path) => Process.Start("explorer.exe", $"\"{path}\"");
10
11 public static void OpenLink(string url) => Process.Start(new ProcessStartInfo(url) { UseShellExecute = true });
12
13 public static bool IsFileInUse(string path)
14 {

Callers 6

PluginItemMethod · 0.80
MainPageClass · 0.80
DiscordButtonClickMethod · 0.80
GitHubButtonClickMethod · 0.80
HomePageButtonClickMethod · 0.80
CheckUpdateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected