private static string GetSdcmBinPath()

in SurfaceDevCenterManager/Utility/DevCenterCredentialsHandler.cs [76:80]


        private static string GetSdcmBinPath()
        {
            string tmpPath = System.IO.Path.GetTempPath();
            return tmpPath + "sdcm.bin";
        }