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\
This app is based heavily on code from https://stackoverflow.com/q/26321366 and https://stackoverflow.com/a/17259945