OpenMW
Classes | Typedefs | Functions
FileFinder Namespace Reference

Linux/Windows-path resolving. More...

Classes

class  FileFinderT
struct  TreeFileFinder
struct  path_less
struct  path_slash
struct  ReturnPath

Typedefs

typedef FileFinderT< path_lessFileFinder
typedef FileFinderT< path_slashFileFinderStrict
typedef TreeFileFinder< path_lessLessTreeFileFinder
typedef TreeFileFinder
< path_slash
StrictTreeFileFinder

Functions

void find (const boost::filesystem::path &dir_path, ReturnPath &ret, bool recurse=true)

Detailed Description

Linux/Windows-path resolving.


Typedef Documentation


Function Documentation

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.