VX Search Logo

VX Search Server Exclude Directories

Sometimes, it may be required to exclude one or more subdirectories from the file search process. In order to add one or more directories to the exclude list, open the search command configuration page, press the 'Options' button and add one or more directories to the exclude directories list.

Directories added to the exclude list will be excluded recursively including all files and subdirectories. In addition, advanced users are provided with a number of exclude directories macro commands allowing one to exclude multiple directories using a single macro command.

VX Search Server provides the following exclude directories macro commands:

  • $BEGINS <Text String> - this macro command excludes all directories beginning with the specified text string.
  • $CONTAINS <Text String> - this macro command excludes all directories containing the specified text string.
  • $ENDS <Text String> - this macro command excludes directories ending with the specified text string.
  • $REGEX <Regular Expression> - this macro command excludes all directories matching the specified regular expression.

For example, the exclude macro command '$CONTAINS Temporary Files' will exclude all directories with 'Temporary Files' at any place in the full directory path and the exclude macro command '$REGEX \.(TMP|TEMP)$' will exclude all directories ending with '.TMP' or '.TEMP'.

VX Search News

24-Oct-2025

VX Search v17.4 adds the ability to search files by the number of hard links pointing to the same file object allowing one to identify files with multiple file names located in different directories. In addition, the new product version adds support for new file types to the default file classification plug-in allowing one to categorize and filter file search results by the file type and fixes a number of bugs.

29-Sep-2025

VX Search v17.3 adds the ability to export the categories of file search results to the JSON report format allowing one to generate various types of bars charts and pie charts using AI data analysis platforms. In addition, the new product version improves the main VX Search GUI application, improves the network shares search dialog and fixes a number of bugs.

More News