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.