Checks if a file is a regular file.
os.Path.isfile( fname STRING) RETURNING result BOOLEAN
The function returns TRUE if the file is a regular file, FALSE otherwise.