Normalize a path.
static CL_String CL_PathHelp::normalize( const CL_String & path, PathType path_type = path_type_file );
Detailed description:
Converts all slashes and backslashes into their right type. Simplifies or removes all . and .., converting the path into its most readable form.