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