Quote: "This path is relative to your game's EXE file"
Actually, it appears to be equal to the folder from which the executable was run.
Usually that would be the same as the folder of the exe (ie. you doubleclick on it's icon in the specified folder), but assume that you have a second DB program that uses
execute file to run it. Then you will have the path of the other executable as the relative directory. (Or that command actually allows you to specify another path to run from). That isn't a very relevant circumstance perhaps, but for example, open up a "blank" project in the default DBP IDE,
then save it as a set project, and it will still execute a compiled program from the TEMP directory. Or use the command prompt to run the file; the relative dir would be C:\Windows\System32 I believe.
Just pointing it out
Edit: oh yes, don't forget about shortcut files.
That can cause some serious problems if the relative directory is always supposed to be that of the exe itself.