Function mrpt::system::extractFileDirectory
Defined in File filesystem.h
Function Documentation
-
std::string mrpt::system::extractFileDirectory(const std::string &filePath)
Extract the whole path (the directory) of a filename from a complete path plus name plus extension. This function works for either “/” or “" directory separators.
See also