Choreonoid
1.5
|
Go to the source code of this file.
Namespaces | |
cnoid | |
Defines the minimum processing for performing pasing file for STL. | |
Functions | |
CNOID_EXPORT void | cnoid::makePathCompact (const boost::filesystem::path &path, boost::filesystem::path &out_compact) |
CNOID_EXPORT int | cnoid::findSubDirectory (const boost::filesystem::path &directory, const boost::filesystem::path &path, boost::filesystem::path &out_subdirectory) |
CNOID_EXPORT bool | cnoid::findRelativePath (const boost::filesystem::path &from, const boost::filesystem::path &to, boost::filesystem::path &out_relativePath) |
std::string | cnoid::getExtension (const boost::filesystem::path &path) |
std::string | cnoid::getGenericPathString (const boost::filesystem::path &path) |
bool | cnoid::checkAbsolute (const boost::filesystem::path &path) |
boost::filesystem::path | cnoid::getAbsolutePath (const boost::filesystem::path &path) |
std::string | cnoid::getAbsolutePathString (const boost::filesystem::path &path) |
std::string | cnoid::getFilename (const boost::filesystem::path &path) |
std::string | cnoid::getFilename (const std::string &pathString) |
std::string | cnoid::getBasename (const boost::filesystem::path &path) |
std::string | cnoid::getPathString (const boost::filesystem::path &path) |
std::string | cnoid::getNativePathString (const boost::filesystem::path &path) |
std::string | cnoid::toActualPathName (const std::string &path) |