Home | All Classes | Grouped Classes | Index | Search
Returns the extension path of a filename (text after the last dot). If no extension part is found, an empty string is returned.
std::string get_extension( const std::string& filename);
See also: