String::HasExtension

String::HasExtension
static bool HasExtension(const char* path);
bool HasExtension() const;
Description

HasExtension determines whether an extension is included along with the file name.

Parameters
Parameters 
Description 
const char* path 
Pointer to the file name. 
Return Value

A Boolean value of true if file extension is included and false otherwise.