coderserdar / DirectoryCompressor

This is a Delphi console application that is used to zip a folder with path parameter, if you don't enter a path and run the app, app will zip the folder where exists

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Directory Compressor

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 Abbrevia

This is a Windows Console app which is used to make Zip file from a folder in file system. This app is written in Delphi programming language and in Delphi 7 IDE. This app uses Abbrevia component for zipping.

This app works by two methods.

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

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 console application that is used to zip a folder with path parameter, if you don't enter a path and run the app, app will zip the folder where exists

License:Apache License 2.0


Languages

Language:Pascal 100.0%