cohtml::IFileSystemReader

Class that allows Cohtml to interface with the local file system. It allows enumerating folders and opening streams to local resources.

#include <ResourceHandler.h>

Inherits from renoir::IFileManipulator

Public Functions

Name
virtual~IFileSystemReader()

Protected Functions

Name
IFileSystemReader()

Additional inherited members

Public Functions inherited from renoir::IFileManipulator

Name
virtual~IFileManipulator()
IFileManipulator()
virtual boolEnumerateFolder(const char * path) =0
Prepares the given folder for enumeration.
virtual const char *NextFile() =0
Returns the name of the i-th file in the current folder.
virtual IStreamReader *OpenFile(const char * path) =0
Opens the given file for reading.

Public Functions Documentation

function ~IFileSystemReader

virtual ~IFileSystemReader()

Protected Functions Documentation

function IFileSystemReader

IFileSystemReader()