Delphi Project Cleaner is a lightweight Windows utility that automatically removes compiler-generated, temporary, cache, and build files from Delphi projects. It helps keep projects clean, reduces repository size, and prepares them for Git, backups, or sharing.
- Automatically detects Delphi projects (
.dpr) - Scans project folders and subfolders
- Removes compiler-generated and temporary files
- Deletes orphaned
.dproj.*and.groupproj.*files - Cleans
__historyand__recoveryfolders - Removes
ModelSupport_*directories - Deletes empty folders after cleanup
- Displays detected projects before cleaning
- Shows a detailed cleanup summary
- Supports multiple Delphi projects in a single directory
The cleaner removes files such as:
.cfg.res.dcu.dres.identcache.tvsconfig.dof.bdsproj.local.stat.otares.vlb.rsm.~dpr*.dproj.**.groupproj.*
__history__recoveryModelSupport_*- Empty folders created after cleanup
| Command | Description |
|---|---|
-help |
Show the help menu. |
-install |
Register the application in Windows App Paths. |
-uninstall |
Remove the App Paths registration. |
-about |
Display application information. |
- Run Delphi Project Cleaner.
- The application automatically scans the current folder for Delphi projects.
- If no project is found, enter the project path manually.
- Review the detected projects.
- The cleaner removes unnecessary files and displays a cleanup summary.
Keeping unnecessary generated files in a repository increases its size and makes version control more difficult. Delphi Project Cleaner removes these files automatically while preserving your source code.
Shohanur Rahman
Published by SR Studio 24 - BD