Choreonoid  1.8
Namespaces | Functions
FileUtil.h File Reference
#include <cnoid/stdx/filesystem>
#include <string>
#include "exportdecl.h"

Go to the source code of this file.

Namespaces

 cnoid
 

Functions

CNOID_EXPORT stdx::filesystem::path cnoid::getCompactPath (const stdx::filesystem::path &path)
 
CNOID_EXPORT void cnoid::makePathCompact (stdx::filesystem::path &io_path)
 
CNOID_EXPORT int cnoid::findSubDirectory (const stdx::filesystem::path &directory, const stdx::filesystem::path &path, stdx::filesystem::path &out_subdirectory)
 
CNOID_EXPORT bool cnoid::findRelativePath (const stdx::filesystem::path &from, const stdx::filesystem::path &to, stdx::filesystem::path &out_relativePath)
 
std::string cnoid::getExtension (const stdx::filesystem::path &path)
 
std::string cnoid::getGenericPathString (const stdx::filesystem::path &path)
 
bool cnoid::checkAbsolute (const stdx::filesystem::path &path)
 
stdx::filesystem::path cnoid::getAbsolutePath (const stdx::filesystem::path &path)
 
std::string cnoid::getAbsolutePathString (const stdx::filesystem::path &path)
 
std::string cnoid::getFilename (const stdx::filesystem::path &path)
 
std::string cnoid::getFilename (const std::string &pathString)
 
std::string cnoid::getBasename (const stdx::filesystem::path &path)
 
std::string cnoid::getPathString (const stdx::filesystem::path &path)
 
std::string cnoid::getNativePathString (const stdx::filesystem::path &path)
 
std::string cnoid::toActualPathName (const std::string &path)
 

Detailed Description

Author
Shin'ichiro Nakaoka