Does File Exist
Check to see if a file exists and place the result of the check (TRUE/FALSE) into a variable.
-
Enter the full file path and file name of the file for which to check.
-
Enter the name of the variable into which to place the result of the check. (The result will be either TRUE or FALSE, as applicable.)