Im using these INI functions http://www.blitzbasic.com/codearcs/codearcs.php?code=1260
the actual functions work fine, except, it demands the full path! and, SystemProperty("appdir") gives C:\Program Files\BlitzPlus..., that, isnt where the file is located.
The question is: how can I find out the directory that the actual BB file is being executed from or exe (if compiled)
SystemProperty("appdir") technically gives the correct directory, but, its not the one I want for testing purposes, in the end, once I compile the project, I can use that, but until then, I cant.
the actual functions work fine, except, it demands the full path! and, SystemProperty("appdir") gives C:\Program Files\BlitzPlus..., that, isnt where the file is located.
The question is: how can I find out the directory that the actual BB file is being executed from or exe (if compiled)
SystemProperty("appdir") technically gives the correct directory, but, its not the one I want for testing purposes, in the end, once I compile the project, I can use that, but until then, I cant.