> Question - does
>
>   Execute('../init.epl')
>
> search EMBPERL_OBJECT_ADDPATH directories in addition to direct parent
> directories?

Yes

> I think it should, but it's not finding my parent init.epl in
> an ADDPATH directory. It finds the parent fine if I move the child
> init.epl out of the way.
>

The ../ will cause Embperl only to remove the first entry from the PATH and
not to really search the parent directory (also under EmbperlObject, this is
most time the same). To get what you want write

  Execute('./../init.epl')

this will really look in the parent directory

Gerald


-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925131
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to