SystemProperty("appdir") in Debug

Blitz3D Forums/Blitz3D Beginners Area/SystemProperty("appdir") in Debug

boomboom(Posted 2008) [#1]
The function SystemProperty("appdir") seems to return the Blitz3D program folder path when running in debug mode.

Is there any way to return the folder of where the original source file was (like how the function would work if not running in debug mode)?

Thanks
Chris


GfK(Posted 2008) [#2]
CurrentDir()?