Object capable of enumerating directories and opening files. More...
#include <Coherent/renoir/include/RenoirCore/CoherentRenderingLibrary.h>
Inheritance diagram for renoir::IFileManipulator:Public Member Functions | |
| virtual bool | EnumerateFolder (const char *path)=0 |
| Prepares the given folder for enumeration. More... | |
| virtual const char * | NextFile ()=0 |
| Returns the name of the i-th file in the current folder. More... | |
| virtual IStreamReader * | OpenFile (const char *path)=0 |
| Opens the given file for reading. More... | |
Object capable of enumerating directories and opening files.
|
pure virtual |
Prepares the given folder for enumeration.
| path | the path to the folder |
|
pure virtual |
Returns the name of the i-th file in the current folder.
|
pure virtual |
Opens the given file for reading.
| path | path to the file |