#include <collections.hpp>
Files::Collections::Collections |
( |
| ) |
|
Directories are listed with increasing priority.
Return a file collection for the given extension. Extension must contain the leading dot and must be all lower-case.
bool Files::Collections::doesExist |
( |
const std::string & |
file | ) |
const |
- Returns
- Does a file with the given name exist?
const MultiDirCollection & Files::Collections::getCollection |
( |
const std::string & |
extension | ) |
const |
boost::filesystem::path Files::Collections::getPath |
( |
const std::string & |
file | ) |
const |
Return full path (including filename) of file.
If the file does not exist in any of the collection's directories, an exception is thrown. file must include the extension.
bool Files::Collections::mFoldCase |
|
private |
The documentation for this class was generated from the following files: