I would like to be able to include scripts that reside int he same directory as the sb8 file.

Instead of #include Script "test.sbi" from "c:\setup Builder Projects\test" which is an explicit location so if I move the project folder, I then have to change any includes as well as any install commands to show the new file locations explicitly

Just have it be relative as in #include script "test" from "This Directory"

Is there a way to do that for includes and install file(s) and Copy File(s)?