A simple WPF application to select a folder, scan its contents recursively, and display detailed file information.
- Select a folder using a dialog.
- Recursively scan all subdirectories and files.
- Display file details like size, extension, category, and attributes.
- Progress bar to track scanning progress.
- Save the directory structure and file details to a text file.
- Ensure you have .NET Framework 4.7.2 or later installed.
- Clone this repository or download the ZIP file.
- Open the solution in Visual Studio and build the project.
- Run the application from Visual Studio or execute the compiled
.exe
file.
- Click the "Select Folder" button.
- Choose the desired directory using the dialog.
- The app will automatically start scanning the folder.
- View the directory structure and file details in the main window.
- Optionally, save the output to a text file by clicking "Save to File."
- C#
- WPF (Windows Presentation Foundation)
- MVVM Pattern
- System.IO for file system operations
- Diqezit - Initial creation and development
This project is licensed under the MIT License.
For questions, contact https://github.com/diqezit.