|
Anypia Programmer's Documentation
|
Combines two path strings.
static std::string combine( const std::string& path1, const std::string& path2 );
|
Parameters |
Description |
|
const std::string& path1 |
The first path. |
|
const std::string& path2 |
The second path. |
A string containing the combined paths.
|
Copyright (c) 2010. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|