Choreonoid
1.5
|
#include "FileUtil.h"
Namespaces | |
cnoid | |
Defines the minimum processing for performing pasing file for STL. | |
Functions | |
bool | comparePathIterator (boost::filesystem::path::const_iterator &iter1, boost::filesystem::path::const_iterator &iter2) |
void | cnoid::makePathCompact (const filesystem::path &path, filesystem::path &out_compact) |
int | cnoid::findSubDirectory (const filesystem::path &directory, const filesystem::path &path, filesystem::path &out_subdirectory) |
bool | cnoid::findRelativePath (const filesystem::path &from_, const filesystem::path &to, filesystem::path &out_relativePath) |
std::string | cnoid::toActualPathName (const std::string &path) |
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) |
bool comparePathIterator | ( | boost::filesystem::path::const_iterator & | iter1, |
boost::filesystem::path::const_iterator & | iter2 | ||
) |