>>-SysIsFileNotContentIndexed(filename)------------------------><
Checks if a file is flagged to be indexed by the Index Service. This function does not support wildcard specifications.
Parameters:
The name of the file to check.
Returns:
The file is not flagged to be Indexed or does not exist.
The file is flagged to be Indexed.
Example:
if SysIsFileNotContentIndexed(InputFile) then say "File is flagged to be Indexed!" else say "File is not flagged to be Indexed."