Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 500 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 500 Bytes

SharpDirLister

A .NET 4.0 application that uses an optimized file search algorithm that will output a full directory / file listing of a drive in a matter of seconds and at the end it will compress it to a .gz

Usage: SharpDirLister target output

Examples:
    SharpDirLister C:\path\to\directory C:\
    SharpDirLister \\path\to\share c:\users\USER\Appdata\

Credits

This app is based heavily on code from https://stackoverflow.com/q/26321366 and https://stackoverflow.com/a/17259945