31 namespace LaunchSLClient
35 public override void GetClient(ref
string exePath, ref
string runLine, ref
string exeFlags)
37 exePath = string.Empty;
38 exeFlags = string.Empty;
40 foreach (
string path
in Environment.GetEnvironmentVariable(
"PATH").Split(
':'))
42 if (File.Exists(Path.Combine(path,
"secondlife")))
49 runLine = Path.Combine(exePath,
"secondlife");
override string GetConfigDir()
override void GetClient(ref string exePath, ref string runLine, ref string exeFlags)