https://github.com/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
https://github.com/coderserdar/directorycompressor
abbrevia delphi delphi7 directory object-pascal zip
Last synced: 3 months ago
JSON representation
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
- Host: GitHub
- URL: https://github.com/coderserdar/directorycompressor
- Owner: coderserdar
- License: apache-2.0
- Created: 2021-10-18T14:45:36.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-08T14:07:00.000Z (almost 4 years ago)
- Last Synced: 2025-01-30T00:30:45.004Z (over 1 year ago)
- Topics: abbrevia, delphi, delphi7, directory, object-pascal, zip
- Language: Pascal
- Homepage:
- Size: 82 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Directory Compressor
       
| 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](https://sourceforge.net/projects/tpabbrevia/) 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](https://github.com/coderserdar/DirectoryCompressor/blob/main/Documentation/directoryCompressor.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.