1.14.0.5
Hummingbird
A modern user interface library for games
cohtml::IFileSystemReader Class Referenceabstract

Class that allows Hummingbird to interface with the local file system. It allows enumerating floders and opening streams to local resources. More...

Public Member Functions

virtual bool EnumerateFolder (const char *path)=0
 Used to initialize a folder enumeration.
 
virtual const char * NextFile ()=0
 Return the next file in the folder. Return null when no more files are available.
 
virtual ISyncStreamReaderOpenFile (const char *path)=0
 Create a local stream for reading a file.
 

Detailed Description

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