An FileExist function determine
if a file exist. If the file exist, the return value is True.
If the file do not exist, the return value is False.
A parameter filename specifies the file to be tested.
Examples:
res = FileExist ("C:\\SomeDir\\SomeFile.ext")
If Escape Sequence is enabled you must use double backslash.