I looked, but can't find the answer

Open discussion forum. For topics that do not fit anywhere else.
Post Reply
Zaksmeer
Grandmaster Poster
Posts: 187
Joined: Mon Nov 19, 2012 8:32 pm

I looked, but can't find the answer

Post 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?
User avatar
CWO
POL Expert
Posts: 1160
Joined: Sat Feb 04, 2006 5:49 pm

Re: I looked, but can't find the answer

Post by CWO »

if it's in pol/scripts/include then

Code: Select all

include "include/yourincfile.inc";
should work.
User avatar
Austin
Former Developer
Posts: 621
Joined: Wed Jan 25, 2006 2:30 am

Re: I looked, but can't find the answer

Post 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.
Post Reply