Windows utility that scans project directories and bundles source code into a single structured text file — ideal for LLM context, code review, or archiving.
|
|
- Recursive Scanning - collects all source files from project directories
- Smart Grouping - classifies files by type (C#, Python, JSON, etc.)
- Filtering - skips
bin,obj,node_modules,.gitand binary files - Tree View - generates visual directory structure
- Statistics - shows file count, folder count, total size
- Exclude Files UI - uncheck files in the tree to skip them in output
- Split Output - optionally splits large unified output by character limit
- VS Filters Support - respects
.vcxproj.filtersfor C++ projects - Unified Output - creates
_United_All_Files.txtwith metadata header - Standalone Release - no .NET runtime required (self-contained build)
- Download the latest from Releases
- Extract the archive
- Run
FileScanner.exe - Select project folder
- Click START
- Output will be created in
GeneratedProjectContent/
Requirements: Windows 10/11 x64
.NET runtime is NOT required for the standalone release build.


