static bool HasExtension(const char* path); bool HasExtension() const;
HasExtension determines whether an extension is included along with the file name.
Parameters |
Description |
const char* path |
Pointer to the file name. |
A Boolean value of true if file extension is included and false otherwise.