I see that cActiveScript can execute JavaScript code. But can it do so if the javascript code references another library?
I tried referencing the library in the first line of the script (ex.) but that doesn't seem to work.Code:const path = require('path');




Reply With Quote