Status: Release/Final
Language: Visual Basic .NET
Platform: Win2000/XP, Win Vista/7
Downloads: 1168
This app was born out of my frustration with Servant Salamander's half-assed file list utility that wouldn't traverse subdirectories. I needed a list of files from a directory with over 300 subdirectories, so I sure as hell wasn't going to do each directory individually. Like some applications I've done before, this one has been beefed up more ...
This app was born out of my frustration with Servant Salamander's half-assed file list utility that wouldn't traverse subdirectories. I needed a list of files from a directory with over 300 subdirectories, so I sure as hell wasn't going to do each directory individually. Like some applications I've done before, this one has been beefed up more than what I originally required of it and is thus the perfect addition to one's utility program toolbox.
From the documentation:
File Lister is an advanced-user tool for making lists of files that can be worked with in other applications, such as file comparators or batch commands. It can also be used for simply indexing files for sharing or such. It offers the following major features:
- Full-featured, intuitive GUI
- Regular Expression matching (or basic wildcards matching)
- Output format customization
- File hashing
- Subdirectory traversal
- Drag-and-Drop file/directory matching
- Clipboard or file output
1.6:
-added counters to output format with pattern %i
-rewrote output format parser to be pre-compiled for speed improvement
-optimized regex matching for significant speed improvement when using regex
-fixed crash if output file in use by another program
-added option to match full path in regex instead of only filename
-added option to invert matching behavior for regex
-fixed a bug with groupings in filesize pattern
-removed default pattern option from pattern selection menu, added "Default" buttons to some dialogs
-fixed missing use of default options for date, size, and attributes patterns without parameters
-added the option to use regex capturing groups in output format with pattern %v
1.5:
-output format textbox gets focus now after inserting a pattern from the list
-added program options dialog for previous advanced options
-changed some advanced option key names in the config file. users will need to redo them if updating
-fixed buffered output
-efficiency speed improvements; about 15% faster when not hashing
-fixed current directory status bar "kern wiggling" when text length varied
-path selection dialog starts in currently entered path, if available
-added a warning about missing line terminators in the output format
-improved error system and error reporting
-added dialogs for file size, date, attributes, and hash arguments
-added file hash to output format
-removed %u, %v, %w, and %z. they are superseded by new inline arguments.
-most recently used text parameters always moved to top of dropdowns
-added inline filesize, date, and attributes arguments to output format
-fixed error when a % was at the end of an output format string
-fixed %f (File Name), %g (Name Part Only), %h (Extension Part Only), %p (Path), and %e (Relative Path) when outputting directories. in general, directory matches are now treated like files.
1.1:
Initial Public Release
|