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 voidDispose()

Additional inherited members

Public Functions inherited from cohtml.Net.IFileManipulator

Name
virtual boolEnumerateFolder(string path)
Prepares the given folder for enumeration.
virtual stringNextFile()
Returns the name of the i-th file in the current folder.
virtual IStreamReaderOpenFile(string path)
Opens the given file for reading.

Protected Attributes inherited from cohtml.Net.IFileManipulator

Name
boolswigCMemOwn

Public Functions Documentation

function Dispose

virtual override void Dispose()

Reimplements: cohtml.Net.IFileManipulator.Dispose

Reimplemented by: cohtml.Net.UnityFileSystemReader.Dispose