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