66 const string &separator) {
int get_num_files() const
Returns the number of files on the result list.
The name of a file, such as a texture file or an Egg file.
int size() const
Returns the num of filenames in the set.
static Filename search_path(const Filename &filename, const string &path, const string &separator=string())
A quick-and-easy way to search a searchpath for a file when you don't feel like building or keeping a...
int find_all_files(const Filename &filename, Results &results) const
Searches all the directories in the search list for the indicated file, in order. ...
This class stores a list of directories that can be searched, in order, to locate a particular file...
const Filename & get_file(int n) const
Returns the nth file on the result list.
Filename operator[](int n) const
Returns the nth filename in the set.
Filename find_file(const Filename &filename) const
Searches all the directories in the search list for the indicated file, in order. ...