Page 1 of 1

PROJDIR

Posted: Fri Nov 03, 2006 7:15 am
by EddyP
Hi there, I wish to include files directly from my Project Directory in a File Bag.

I am using $PROJDIR$\\Support\\*.* as my File bag path but I get an error saying that no files exist.

Does anyone have an example of using the PROJDIR variable

Posted: Fri Nov 03, 2006 8:32 am
by MichaelNesmith
Hi Eddy,

This is a compiler variable. So you will need to use # signs instead of $ signs to indicate compiler variables.

Just use #PROJDIR# and it will be magic :)