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
Section titled “Public Functions”| Name | |
|---|---|
| virtual | ~IFileSystemReader() |
Protected Functions
Section titled “Protected Functions”| Name | |
|---|---|
| IFileSystemReader() |
Additional inherited members
Section titled “Additional inherited members”Public Functions inherited from renoir::IFileManipulator
| Name | |
|---|---|
| virtual | ~IFileManipulator() |
| IFileManipulator() | |
| virtual bool | EnumerateFolder(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
Section titled “Public Functions Documentation”function ~IFileSystemReader
Section titled “function ~IFileSystemReader”virtual ~IFileSystemReader()Protected Functions Documentation
Section titled “Protected Functions Documentation”function IFileSystemReader
Section titled “function IFileSystemReader”IFileSystemReader()© 2026 Coherent Labs. All rights reserved.