
Returns the path excluding the location and filename.
static CL_String CL_PathHelp::get_basepath( const CL_String & fullname, PathType path_type = path_type_file);
Detailed description:
If (path_type == path_type_virtual) or not using windows, then this function returns the path (excluding filename) param: fullname = The full path name to use param: path_type = The path type