All Classes |Grouped Classes |Index

Function remove_trailing_slash

Remove trailing slash or backslash from path.

	static CL_String CL_PathHelp::remove_trailing_slash(
		const CL_String & path);

Detailed description:

This function checks if a path has a trailing slash/backslash and removes it if needed.