Skip to content
SiteEmail

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

Name
virtual~IFileSystemReader()
Name
IFileSystemReader()

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.
virtual ~IFileSystemReader()
IFileSystemReader()