56 YPath(
const std::string & directory,
const std::string & filename );
75 std::vector<std::string> lsDir(
const std::string & directory );
76 std::string lookRecursive(
const std::string & directory,
const std::string & filename );
81 #endif // YUIDIRFINDER_H std::string path()
Returns the full path of the file if found; if not found just the filename given in constructor...
std::string dir()
Returns the directory where the file is found; if not found just the subdir part (if there's any) of ...
YPath(const std::string &directory, const std::string &filename)
Constructor.