|
|
|
|
- Description:
This dialog application collects folder and file names according to
the previously entered path. This path can be obtained by drag & drop or selecting it from the
system directory dialog. Name filtering is provided for by allowing a simple wildcard input.
Valid formats are as follows:
aaZZZ.ext, *aaZZ.*, aaZZ*.*, aaZZ.*
*aaZZ.ext, *.ext, aaZZ*.ext, aaZZ*
Optionally, you can limit the scan to extracting a directory structure only. All collected results
could be written to a flatfile. If necessary, a file size value is included.
Due to an internal limit of 64000, only these collected files are displayed. If you want your entire
hard disk in a single file, you will have to use the command shell with "dir /B *.* > MyPrecious.txt" instead.
Functionality:
• Input via Drag & Drop or browse buttons
• Collect all folders of entered directory path
• Collect all files of entered directory path
• Filters names by using simple wildcards
• Output formatted list to a flatfile ....
• Output results to notepad via DBL-Click


|
|