cohtml.Net.IFileSystemReader
Class that allows Cohtml to interface with the local file system. It allows enumerating folders and opening streams to local resources.
Inherits from cohtml.Net.IFileManipulator, SystemIDisposable
Inherited by cohtml.Net.UnityFileSystemReader
Public Functions
Name | |
---|---|
virtual override void | Dispose() |
Additional inherited members
Public Functions inherited from cohtml.Net.IFileManipulator
Name | |
---|---|
virtual bool | EnumerateFolder(string path) Prepares the given folder for enumeration. |
virtual string | NextFile() Returns the name of the i-th file in the current folder. |
virtual IStreamReader | OpenFile(string path) Opens the given file for reading. |
Protected Attributes inherited from cohtml.Net.IFileManipulator
Name | |
---|---|
bool | swigCMemOwn |
Public Functions Documentation
function Dispose
virtual override void Dispose()
Reimplements: cohtml.Net.IFileManipulator.Dispose
Reimplemented by: cohtml.Net.UnityFileSystemReader.Dispose