Question about #include

Im trying to include a file that is located in another directory with the following code:


var myPath = "FOLDER_1/folder_2/";

#include myPath + "myFile.as"

But apparently that (and some other variations to the code) wont work.

Is it not possible to include files using a variable to store its path/name?