TCFILTER |
|
| Purpose: | Display or change the List View filter |
| Format: | TCFILTER [/C] filter |
| filter | A wildcard string or regular expression |
See also: _TCFILTER
Usage:
TCFILTER allows you to set the filter used by the Take Command List View to determine what file and folder names to display. For example, to only display files with a .DOC extension in the List View:
tcfilter *.doc
The filter can either use the TCC extended wildcard syntax or (if preceded by ::) a regular expression. See Regular Expression Syntax for details on valid regular expressions.
Option: