1 if any file system entity with the
given name exists. In particular, this will return 1 for both regular
files and directories.~ (tilde)
character optionally followed by a username, it is replaced by the
current or specified user's home directory.
if SysFileExists(InputFile) then say "File Exists!"
else say "File does not exist."