コード例 #1
0
 private string pluginPath(string name) =>
 '"' + (PluginPath.CombineWith(name) + (Env.IsWindows ? ".exe" : "")).Replace("\\", "/") + '"';