/// <summary> /// Gets the filepath of the old binary. /// </summary> /// <returns>Filepath of the old binary.</returns> public static string GetBinaryOldPath() { return(FileHelper.GetBasePath() + @"\b0tweb_old.exe"); }