|
OpenMW
|
Linux/Windows-path resolving. More...
Classes | |
| class | FileFinderT |
| struct | TreeFileFinder |
| struct | path_less |
| struct | path_slash |
| struct | ReturnPath |
Typedefs | |
| typedef FileFinderT< path_less > | FileFinder |
| typedef FileFinderT< path_slash > | FileFinderStrict |
| typedef TreeFileFinder< path_less > | LessTreeFileFinder |
| typedef TreeFileFinder < path_slash > | StrictTreeFileFinder |
Functions | |
| void | find (const boost::filesystem::path &dir_path, ReturnPath &ret, bool recurse=true) |
Linux/Windows-path resolving.
| typedef FileFinderT<path_less> FileFinder::FileFinder |
| void FileFinder::find | ( | const boost::filesystem::path & | dir_path, |
| ReturnPath & | ret, | ||
| bool | recurse = true |
||
| ) |
Search the given path and return all file paths through 'ret'. If recurse==true, all files in subdirectories are returned as well.
1.7.6.1