cohtml::IFileSystemWriter
Class that allows Cohtml to interface with the local file system. It allows opening a file for writing and writing information to it.
#include <ResourceHandler.h>
Public Functions
Section titled “Public Functions”| Name | |
|---|---|
| virtual | ~IFileSystemWriter() |
| virtual ISyncStreamWriter * | OpenFile(const char * path) =0 |
Protected Functions
Section titled “Protected Functions”| Name | |
|---|---|
| IFileSystemWriter() |
Public Functions Documentation
Section titled “Public Functions Documentation”function ~IFileSystemWriter
Section titled “function ~IFileSystemWriter”virtual ~IFileSystemWriter()function OpenFile
Section titled “function OpenFile”virtual ISyncStreamWriter * OpenFile( const char * path) =0Protected Functions Documentation
Section titled “Protected Functions Documentation”function IFileSystemWriter
Section titled “function IFileSystemWriter”IFileSystemWriter()© 2026 Coherent Labs. All rights reserved.