I looked, but can't find the answer
I looked, but can't find the answer
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
if it's in pol/scripts/include then
should work.
Code: Select all
include "include/yourincfile.inc";Re: I looked, but can't find the answer
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.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?