Availability:built-in
exists_file(+File)True if File exists and is a regular file. This does
not imply the user has read or write access to the file. See also
exists_directory/1
and access_file/2.
The current implementation fails silently, also on error error
conditions such as File being too long.