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

Method OpenFolder

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

Source from the content-addressed store, hash-verified

7 internal static class Utils
8 {
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

Callers 1

ShowFolderClickMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected