string GetExtension (string  path)
 
Determines the file extension for the given path.
Exceptions:
OutOfMemoryException   | Thrown when a low memory situation occurs.  | 
Parameters:
path   | Full pathname of the file.  | 
Returns:
The filename extension.
Last modified date: 10/14/2020