Take Command / TCC Help v. 13.03

TCFILTER

Hide Navigation Pane

TCFILTER

Previous topic Next topic No directory for this topic No expanding text in this topic  

TCFILTER

Previous topic Next topic Topic directory requires JavaScript JavaScript is required for expanding text JavaScript is required for the print function Mail us feedback on this topic!  

Comments (...)

Purpose:Display or change the List View filter

 

Format:TCFILTER [/C] filter

 

filterA wildcard string or regular expression

 

/C(lear)

 

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:

 

/CClear the current filter

Comments (...)