Hello dear Fellows and Community,
Im trying to implement a screenshot-function, I've defined a save directory with:

SAVEDIR "\\screenshots";

and using:

file_for_screen("shot.png",123);

to actually make the screenshot.

However this works fine. Even the folder "screenshots" is created when it doesnt already exist.
My problem is, when I use a packer to pack my data and make a single exe file out of my project (3dgsPurePacker, nacasi etc.), the things are going wrong.
The taken screenshots are not saved at the right place anymore.

Did I miss something? or why do my screenshots end up in the folder c:\windows\temp?

I've tried to use SAVEDIR "%EXE_DIR%\\screenshots"; but this didnt work either.
As soon as I use a packer my screenshots/saved-data end up in the windows\temp folder

Can anyone tell me what I have missed please?

Zwecklos