Tests if a specified file exists within a single file system.
function FileExists(const FileName: string): Boolean;
Description
FileExists returns True if the file specified by FileName exists within a single file system. If the file does not exist, FileExists returns False.