2.9.16
Coherent GT
A modern user interface library for games
Coherent::UIGT::FileManipulator Class Reference

Object capable of enumerating directories and opening files. More...

#include <Coherent/Coherent/UIGT/FileManipulator.h>

+ Inheritance diagram for Coherent::UIGT::FileManipulator:

Additional Inherited Members

- Public Member Functions inherited from renoir::IFileManipulator
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 IStreamReaderOpenFile (const char *path)=0
 Opens the given file for reading. More...
 

Detailed Description

Object capable of enumerating directories and opening files.