A lightweight Windows utility that automatically finds and removes Autodesk Revit backup files from a selected directory and reports the recovered disk space through a Windows notification.
- Removes Revit backup files recursively.
- Supports:
- .rvt
- .rfa
- .rte
- Calculates recovered storage space.
- Displays a Windows toast notification summary.
- Shows custom developer branding/logo.
- Fast and lightweight.
- C#
- .NET
- Microsoft.Toolkit.Uwp.Notifications
- Windows 10 or newer
- .NET Runtime
- Visual Studio 2022 or newer
git clone https://github.com/MazenMoheeb/Revit-Backup-Cleaner.gitOpen:
RevitBackupCleaner.sln
using Visual Studio.
dotnet restoredotnet buildRun the application:
dotnet runEnter the directory path when prompted:
Enter a path:
D:\Projects
The application will:
- Scan all subfolders.
- Find Revit backup files.
- Delete them.
- Calculate recovered space.
- Display a Windows notification.
Please, Enter A Path
D:\Projects
Notification:
Revit Backup Cleaner
Total Revit Backup Files Number Deleted: (124)
With Size = 2.613 GB
src/
docs/
README.md
LICENSE
Contributions are welcome.
- Fork the repository.
- Create a feature branch.
- Commit your changes.
- Open a Pull Request.
This project is licensed under the MIT License.