Module

fsHelper

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.

View Source frontend/helpers/fs_helper.js, line 20

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')

View Source frontend/helpers/fs_helper.js, line 33

file content