Bool fileExists(String fname)
Arguments
fname: The file name
Usage
Returns true if the filename exists, false otherwise. If the file exists, but the current process is unable to determine this (for example, because the file is in an unreadable directory), false will be returned.