qml_evaluatefile
📝 Syntax
📥 Input argument
📤 Output argument
📄 Description
💡 Example
test_file = [tempdir() , '/example_qml_evaluatefile.js'];
f = fopen(test_file, 'wt');
fwrite(f, 'a = 2 + 4');
fclose(f);
qml_evaluatefile(test_file)🔗 See also
🕔 History
Version
📄 Description
Last updated