Returns the file extension.
os.Path.extension( fname STRING) RETURNING result STRING
The function returns the string following the last dot found in fname.
If fname does not have an extension, the function returns NULL.