private static string GetWindowsIntPtrPath(string serverId) { string cachePath = ServerPath.GetServersCache(serverId); Directory.CreateDirectory(cachePath); return(Path.Combine(cachePath, "windowsIntPtr")); }
private static string GetProcessNamePath(string serverId) { string cachePath = ServerPath.GetServersCache(serverId); Directory.CreateDirectory(cachePath); return(Path.Combine(cachePath, "processName")); }