Beispiel #1
0
        private static string GetWindowsIntPtrPath(string serverId)
        {
            string cachePath = ServerPath.GetServersCache(serverId);

            Directory.CreateDirectory(cachePath);
            return(Path.Combine(cachePath, "windowsIntPtr"));
        }
Beispiel #2
0
        private static string GetProcessNamePath(string serverId)
        {
            string cachePath = ServerPath.GetServersCache(serverId);

            Directory.CreateDirectory(cachePath);
            return(Path.Combine(cachePath, "processName"));
        }