HasExtension

Determines whether a path contains a file name extension.

SYNTAX
HasExtension(path) 
ARGUMENTS path Path in which to search for an extension.
RETURN

TRUE = The characters that follow the last directory separator or volume separator character, containing a period and one or more trailing characters.

FALSE = The path does not contain a file name extension.