All Classes |Grouped Classes |Index

Function get_extension

Returns the extension part of a fullname.

	static CL_String CL_PathHelp::get_extension(
		const CL_String & fullname,
		PathType  path_type = path_type_file );

Detailed description:

If no extension was found, an empty string is returned.

param: fullname = The full path to use param: path_type = The path type