>>-SysIsFileSparse(filename)-----------------------------------><
Checks if a file is flagged as Sparse. 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 Sparse or does not exist.
The file is flagged as Sparse.
Example:
if SysIsFileSparse(InputFile) then say "File is Sparse!" else say "File is not Sparse."