All Classes |Grouped Classes |Index

Function get_fullname

Create a fullname from parts.

	static CL_String CL_PathHelp::get_fullname(
		const CL_String & fullpath,
		const CL_String & filename,
		PathType  path_type = path_type_file );

	static CL_String CL_PathHelp::get_fullname(
		const CL_String & fullpath,
		const CL_String & filename,
		const CL_String & extension,
		PathType  path_type = path_type_file );

	static CL_String CL_PathHelp::get_fullname(
		const CL_String & location,
		const CL_String & basepath,
		const CL_String & filename,
		const CL_String & extension,
		PathType  path_type = path_type_file );

Detailed description:

param: location = The location to use param: fullpath = The full path to use param: filename = The filename to use param: extension = The filename extension to use param: path_type = The path type