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 ISyncStreamReader * | OpenFile (const char *path)=0 |
| Create a local stream for reading a file. | |
Class that allows Hummingbird to interface with the local file system. It allows enumerating floders and opening streams to local resources.