|
ChimeraTK-DeviceAccess
03.18.00
|
Go to the documentation of this file.
71 std::string
concatenatePaths(
const std::string& path1,
const std::string& path2);
std::string getCurrentWorkingDirectory()
Returns absolute path to current working directory. The returned path ends with a forward slash.
std::string extractFileName(std::string const &path)
Extract the string after the last '/' in a path. Returned substring does not include the '/' characte...
std::string convertToAbsolutePath(std::string const &relativePath)
Converts a relative path to its absolute path.
std::string extractDirectory(std::string const &path)
Returns the path to the directory containing the file provided as the input parameter.
std::string concatenatePaths(const std::string &path1, const std::string &path2)
Concatenates two given paths using custom rules.