This module contains filesystem functions that are used during startup on the Electron platform. The module is explicitly excluded from the Android bundling, because it is not compatible with Browserify.
Methods
# static loadFile(filePath)
Loads the file content of html files during startup on the Electron platform.
Parameters:
Name | Type | Description |
---|---|---|
filePath |
string | The path to the file ('html/*.html') |
file content