Page 1 of 1
I looked, but can't find the answer
Posted: Sat May 10, 2014 12:37 am
by Zaksmeer
I have a script that I am add in pol/pkg/commands/seer/, but when I run it, it looks for the .inc files in the seer folder and not the include folder. Can I redirect the script to look in the include folder and how?
Re: I looked, but can't find the answer
Posted: Wed May 21, 2014 8:38 pm
by CWO
if it's in pol/scripts/include then
Code: Select all
include "include/yourincfile.inc";
should work.
Re: I looked, but can't find the answer
Posted: Fri May 23, 2014 7:01 am
by Austin
Zaksmeer wrote:I have a script that I am add in pol/pkg/commands/seer/, but when I run it, it looks for the .inc files in the seer folder and not the include folder. Can I redirect the script to look in the include folder and how?
You should post what the include lines in the script look like (to determine the slashes and colons used for the path) and what compiler error you are seeing.