WPF application for scanning folder contents and exporting file lists.
- Select folder and scan files
- Optional recursive scan (subfolders)
- Display files in DataGrid with sorting
- Export to TXT / CSV / JSON
- Custom export fields
- Async scanning with progress and cancellation
- .NET 10
- WPF
- MVVM
- CsvHelper
- System.Text.Json
- Select a folder
- Choose export options
- Export file list
MVP v1.0