PDA

View Full Version : ExtGet - Software


danthespal
27-12-2021, 16:13
ExtGet v0.6a BETA - SourceCode GitHub (https://github.com/danthespal/ExtGet)

description:
ExtGet is a little software to count all your extensions files from a folder, it's mainly use for compression users, which want to count their files and see which method to apply.

usage:
ExtGet.exe (eg: ExtGet.exe "C:\FolderLocation")

requirements:
- you will need .NET 6.0 (google it)

changelog:

- v0.6a BETA
- format style
- more explicit on Execption errors
- delete log.txt file if its already there

- v0.6 BETA
- add a Trace method to write both to Console and a log.txt file the result of the processing directory

- v0.5 BETA
- because of foreach reducing the performance I optimized to for, should run much faster

- v0.4 BETA
- add total size of targeted directory

- v0.3 BETA
- add extension total size

- v0.2 BETA
- add percentage
- ram optimization


https://i.ibb.co/L1cBJym/image.png

BLACKFIRE69
27-12-2021, 20:55
ExtGet v0.2 BETA - SourceCode GitHub (https://github.com/danthespal/ExtGet)


description:
ExtGet is a little software to count all your extensions files from a folder, it's mainly use for compression users, which want to count their files and see which method to apply.

usage:
ExtGet.exe (eg: ExtGet.exe "C:\FolderLocation")

requirements:
- you need to have .NET 6.0 (google it)

changelog:

- v0.2 BETA
- add percentage
- ram optimization





Delphi version, ;)

danthespal
28-12-2021, 06:00
Delphi version, ;)

nice :D, I'm just new to the forum and I want to contribute and learn on the way :D