>>-SysIsFileTemporary(filename)--------------------------------><
Checks if a file is flagged as Temporary. This function does not support wildcard specifications.
Parameters:
The name of the file, subdirectory or link to check.
Returns:
The file is not flagged as Temporary or does not exist.
The file is flagged as Temporary.
Example:
if SysIsFileTemporary(InputFile) then say "File is Temporary!" else say "File is not Temporary."