Intro Download and install Frequently Asked Questions Tips and tricks

Homepage







© J.C. Kessels 2009

NotToBeIndexed

Select all the items that have the "NotToBeIndexed" attribute set (yes) or not set (no). This attribute is used by the Windows content indexing service and indicates that the item is not to be indexed.

Syntax

NotToBeIndexed(yes)
NotToBeIndexed(no)

Example

FileSelect
  # Select all the items that have the "NotToBeIndexed" attribute.
  NotToBeIndexed(yes)
FileActions
  ....
FileEnd

See also:

 *  FileSelect
 *  FileBoolean
 *  FileActions