37 return get_num_files();
66 const string &separator) {
Filename operator[](int n) const
Returns the nth filename in the set.
int size() const
Returns the num of filenames in the set.
The name of a file, such as a texture file or an Egg file.
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...
const Filename & get_file(int n) const
Returns the nth file on the result list.
Filename find_file(const Filename &filename) 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...
int find_all_files(const Filename &filename, Results &results) const
Searches all the directories in the search list for the indicated file, in order. ...