Skip to content
Thomas Möller edited this page Jan 9, 2022 · 1 revision

Class name

Helper

Purpose / Description

This class contains some useful helper functions.

Methods

Properties

  • none

Detailed description

The following sections contain a detailed description of the properties and methods.

SafeFileToDisk

Description:

With this method you can save one of the script files to disk.

This method is called from the classes related to the scripts.

Parameters:

FileName: filename as stored in hidden table USys_FileData

Path: path where the file should be saved

Sample code:

BAC.Helper.SaveFileToDisk("Chart.min.js", CurrentProject.Path)

Related to:

--