>>-SysIsFileNotContentIndexed(filename)------------------------><
Example 8.27. RexxUtil - SysIsfilenotcontentindexed
if SysIsFileNotContentIndexed(InputFile) then say "File is flagged to be Indexed!" else say "File is not flagged to be Indexed."