-
Notifications
You must be signed in to change notification settings - Fork 14
Helper
Thomas Möller edited this page Jan 9, 2022
·
1 revision
Helper
This class contains some useful helper functions.
- none
The following sections contain a detailed description of the properties and methods.
With this method you can save one of the script files to disk.
This method is called from the classes related to the scripts.
FileName: filename as stored in hidden table USys_FileData
Path: path where the file should be saved
BAC.Helper.SaveFileToDisk("Chart.min.js", CurrentProject.Path)
--