With the current version its not possible to use the doubleDot ('..') to get a directory up
Meaning
you got this file structure:
FileA
DirAB
>FileB
and you use #include to get fileA into fileB (#include "../FileA") will result in a crash of the game because the file could not be found
------------------
Why no absolute path?
Because if you use absolute pathes you cant reuse the same script without editing all the files to name them propper again {F22987}