{"id":22188647,"url":"https://github.com/coderserdar/delphidirectorycleaner","last_synced_at":"2026-02-27T05:39:48.975Z","repository":{"id":110205278,"uuid":"418541511","full_name":"coderserdar/DelphiDirectoryCleaner","owner":"coderserdar","description":"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 ","archived":false,"fork":false,"pushed_at":"2022-09-08T14:08:15.000Z","size":99,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-11T09:33:03.839Z","etag":null,"topics":["delphi","delphi7","directory","object-pascal","recursive","recursive-algorithm"],"latest_commit_sha":null,"homepage":"","language":"Pascal","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/coderserdar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-10-18T14:37:32.000Z","updated_at":"2024-01-29T18:17:18.000Z","dependencies_parsed_at":"2023-04-10T15:31:52.396Z","dependency_job_id":null,"html_url":"https://github.com/coderserdar/DelphiDirectoryCleaner","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/coderserdar/DelphiDirectoryCleaner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderserdar%2FDelphiDirectoryCleaner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderserdar%2FDelphiDirectoryCleaner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderserdar%2FDelphiDirectoryCleaner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderserdar%2FDelphiDirectoryCleaner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coderserdar","download_url":"https://codeload.github.com/coderserdar/DelphiDirectoryCleaner/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderserdar%2FDelphiDirectoryCleaner/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29886110,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T05:38:26.446Z","status":"ssl_error","status_checked_at":"2026-02-27T05:38:25.235Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["delphi","delphi7","directory","object-pascal","recursive","recursive-algorithm"],"created_at":"2024-12-02T11:11:50.479Z","updated_at":"2026-02-27T05:39:48.961Z","avatar_url":"https://github.com/coderserdar.png","language":"Pascal","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Delphi Directory Cleaner\n\n![GitHub stars](https://img.shields.io/github/stars/coderserdar/DelphiDirectoryCleaner?style=social) ![GitHub forks](https://img.shields.io/github/forks/coderserdar/DelphiDirectoryCleaner?style=social) ![GitHub watchers](https://img.shields.io/github/watchers/coderserdar/DelphiDirectoryCleaner?style=social) ![GitHub repo size](https://img.shields.io/github/repo-size/coderserdar/DelphiDirectoryCleaner?style=plastic) ![GitHub language count](https://img.shields.io/github/languages/count/coderserdar/DelphiDirectoryCleaner?style=plastic) ![GitHub top language](https://img.shields.io/github/languages/top/coderserdar/DelphiDirectoryCleaner?style=plastic) ![GitHub last commit](https://img.shields.io/github/last-commit/coderserdar/DelphiDirectoryCleaner?color=red\u0026style=plastic) ![GitHub issues](https://img.shields.io/github/issues/coderserdar/DelphiDirectoryCleaner)\n\n|  Programming Language  |  IDE Version |  3rd Party Components  |\n|------------------------|--------------|------------------------|\n|        *Delphi*        |   *Delphi 7* |          *-*           |\n\nThis is a **Windows Console** app which is used to *clear temp Delphi files* from a folder in file system.\nThis app is written in **Delphi** programming language and in **Delphi 7** IDE.\n\nThis app works by two methods.\n - If you run console app with double click, app will clear the temp files in folder which is app's location folder.\n - 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.\n \n Actually [CnPack](http://www.cnpack.org/showdetail.php?id=385\u0026lang=en) plug in for *Delphi IDE* makes it with one click. \n In Delphi project compilation, IDE creates temp files with extension like *.dcu* etc.\n But I want to make it by myself with a recursive algorithm. \n\n# Documentation and Screenshots\n\nYou can look up the source code's documentation in [Documentation](https://github.com/coderserdar/DelphiDirectoryCleaner/blob/main/Documentation/DelphiDirectoryCleaner.pdf) 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.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderserdar%2Fdelphidirectorycleaner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoderserdar%2Fdelphidirectorycleaner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderserdar%2Fdelphidirectorycleaner/lists"}