A Windows file explorer tool
🔅 Criteria:
- Start directory (where the search begins)
- File name pattern using a regex expression
🔅 Real-time display:
-
All files matching the criteria
displayed as a tree (like the left panel in Windows Explorer).
The tree remains responsive — no freezing, flickering, or lag.
The user can navigate, expand, and collapse nodes during the search. -
The name of the directory currently being scanned
-
Number of found files and total number of files
(Note: counting all files in a directory may take longer,
so the total count may appear after the main search completes) -
Elapsed time since the search started
◀1. The user can stop the search at any moment,
and then either resume it or start a new one.
Additionally
opens a window displaying the full error list.
✨Dvurechensky✨

