Directory Crawler is a simple command-line utility program written in .NET C# to crawl all accessible directories within a target location folder (entry point) and automatically save the results to a text file. I created this utility program because I needed to monitor some shared directories on my local network.

Source Code on GitHub

Screenshot

Animated example of the program
Animated example of the program

Usage example

Commandline:

DirectoryCrawler.exe /targetdir=<PATH_TO_TARGET_FOLDER> 

Example result (screenshot):