Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
Path::combine Method

Combines two path strings.

C++
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!