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.
Screenshot

Usage example
Commandline:
DirectoryCrawler.exe /targetdir=<PATH_TO_TARGET_FOLDER>