FileExists

Declaration: FileExists(FName: string): boolean;
Tests whether the file specified by the parameter FName exists. The parameter FName must be a fully qualified file path. If the specified file exists the function FileExists returns a TRUE value.