|
libyui
3.1.5
|
Finds files (e.g. More...
#include <YPath.h>
Public Member Functions | |
| YPath (const std::string &directory, const std::string &filename) | |
| Constructor. More... | |
| ~YPath () | |
| Destructor. | |
| 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 the filename given in constructor. | |
Finds files (e.g.
plugins or theme pixmaps) recursively inside a directory.
| YPath::YPath | ( | const std::string & | directory, |
| const std::string & | filename | ||
| ) |