WakaTime.PythonManager.GetMainDrive C# (CSharp) Method

GetMainDrive() static private method

static private GetMainDrive ( ) : string
return string
        static string GetMainDrive()
        {
            #if UNITY_EDITOR_WIN
            return Path.GetPathRoot(Environment.GetFolderPath(Environment.SpecialFolder.System));
            #else
            return "";
            #endif
        }