Extracts the extension from the end of a filename (the part after the final '.
' in the filename).
| path |
A filename or file path. |
|
A pointer to the extension part of the filename, or a pointer to the end of the string if the filename does not have an extension. |