14 #ifndef ESYS_LSMPATHSEARCHER_H
15 #define ESYS_LSMPATHSEARCHER_H
17 #include <boost/filesystem/path.hpp>
27 PathSearcher(
const std::string &delimitedPathList,
const std::string &delim =
":");
29 bool exists(
const std::string &fileName);
31 boost::filesystem::path findPath(
const std::string &fileName);
33 std::string find(
const std::string &fileName);
36 typedef std::vector<boost::filesystem::path> PathVector;
37 PathVector m_pathVector;