UninstallWorkshopItem(new Steamworks.PublishedFileId_t(info.workshopEntryId), parentDir); internal static void DeleteMod(LocalMod tmod) { if (tmod.location == ModLocation.Local) { File.Delete(tmod.modFile.path); } else if (tmod.location == ModLocation.Workshop) { string parentDir = ...