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:
Code:
- 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