10-13-2022, 02:54 PM
See also "possible reason 2" in my previous post.
To see the real path, run this code in QM and in .exe
This is my test code, it runs without errors.
Macro Macro3236
To see the real path, run this code in QM and in .exe
This is my test code, it runs without errors.
Macro Macro3236
;/exe
out _s.expandpath("$my qm$\test.rtf")
str T="test"
str File="$my qm$\test.rtf"
T.setfile(File -1 -1 1)
;BEGIN PROJECT
;main_function Macro3236
;exe_file $my qm$\Macro3236.exe
;icon <default>
;manifest $qm$\default.exe.manifest
;flags 6
;guid {3869B3AD-2349-49B1-B318-62BE747900DB}
;END PROJECT