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

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