Open st0rm77 opened 8 years ago
i tried to include a generated file with: include "/tmp/aroma/file.edify" this does not work as the include only works for files inside the ZIP.
please extend this functionality.
include function is for "compile-time" inclusion, much like a programming language.
For runtime or "dynamic" include, use eval and read. E.g.: eval(read("/tmp/aroma/file.edify"));
eval(read("/tmp/aroma/file.edify"));
i tried to include a generated file with: include "/tmp/aroma/file.edify" this does not work as the include only works for files inside the ZIP.
please extend this functionality.