Subj : Re: load() search paths...
To : Deuce
From : Access Denied
Date : Fri Aug 07 2009 09:18 pm
Re: Re: load() search paths...
By: Deuce to Access Denied on Fri Aug 07 2009 10:43 am
> Part of the problem is that when I want to have different files load()ed as
> part of a script outside of the exec directory (such as with TradeWars), I
> need to create the absolute path to the file on every load. Rather than
> saying: load("users.js");
>
> I need to say:
> load(path_to_door+"/users.js");
>
> Which is kind of silly.
I see what you're saying. That would get kind of annoying. :)