Skip to content

This is a Delphi project which is used to clear temp files like *.~dfm, *.~pas, *.~dcu. That is a console application and if you don't give a path, it will clear folder where the app in it

License

Notifications You must be signed in to change notification settings

coderserdar/DelphiDirectoryCleaner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Delphi Directory Cleaner

GitHub stars GitHub forks GitHub watchers GitHub repo size GitHub language count GitHub top language GitHub last commit GitHub issues

Programming Language IDE Version 3rd Party Components
Delphi Delphi 7 -

This is a Windows Console app which is used to clear temp Delphi files from a folder in file system. This app is written in Delphi programming language and in Delphi 7 IDE.

This app works by two methods.

  • If you run console app with double click, app will clear the temp files in folder which is app's location folder.
  • If you run app by command prompt with a specific path, app will clear the temp files in folder which we gave as a parameter.

Actually CnPack plug in for Delphi IDE makes it with one click. In Delphi project compilation, IDE creates temp files with extension like .dcu etc. But I want to make it by myself with a recursive algorithm.

Documentation and Screenshots

You can look up the source code's documentation in Documentation section. In this PDF file you can analyze source code. This PDF file supports Hyperlink, so you can go to a specific function easily. I try to write detailed comments in functions.

About

This is a Delphi project which is used to clear temp files like *.~dfm, *.~pas, *.~dcu. That is a console application and if you don't give a path, it will clear folder where the app in it

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages