Early Dev
BlackSheep-Productions™ is actively building tools, backend systems, and game projects in staged releases.

Project Folder Guard

Folder Validation Tool • Rule-Based Scanning • WinForms + Core Engine

Introduction

Project Folder Guard is a Windows desktop utility designed to validate project folder structures against configurable rules. It is built for real-world scenarios such as construction workflows, document compliance, and internal auditing processes.

The system scans a selected project directory, verifies required folders and files, highlights issues visually, and allows exporting structured results for reporting and review.

Features

How It Works

  1. Select a Project Folder
  2. Select a Rules JSON file or preset
  3. Run the scan
  4. Review validation results
  5. Export results if needed

System Design

The application is built with a modular architecture separating the validation logic from the user interface. A core engine handles rule parsing, folder scanning, and validation, while a WinForms UI provides interaction and visualization of results.

This separation allows the scanning logic to be tested independently and reused across different entry points, including a console-based test runner.

Screenshots

Tech Stack

.NET 8 WinForms JSON Regex PowerShell

Status

Feature-complete, production-ready, and designed as a reusable validation tool for structured project environments.