Em Mon, 30 Dec 2002 14:24:34 -0500 (EST)
"Carlos" <[EMAIL PROTECTED]> escreveu:

> 
> Thanks to reply my email about Loading a file from a different
> directory tree using execute.
> 
> I am not using EmbperlObject.
> >Hi,
> >
> >You can pass relative paths to Execute, >like
> >'../some/other/page.epl'
> 
> I have tried using relative path but still does not work.
> 
> My problem is: 
> > Do you know how to load a file with execute from a different
> > directory tree?
> > 
> > i have a folder modules/Recommend/recommend.epl
> > 
> > and other folder includes/subs.epl
> > 
> > folders subs and modules are at the same level.
> > 
> > 
> > if i try to Execute ('../subs.epl') from recommend.epl

Here is the mistake, you should use: Execute ('../includes/subs.epl').
Please check your sintax more carefully.

Regards,

Luiz Fernando B. Ribeiro
Engenho Solu��es para a Internet

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

Reply via email to