How to call scripts and functions from inside a folder?
I have several scripts and functions which are called by my main JSL script. They are all working and are in one single folder.I want to keep all scripts and functions inside a folder to have a layer of protection from unwanted modification while only having the main script outside. The main script will call the functions and files from this say "myScripts" folder. How to implement this in JSL - c...