making the path variable, possible ?

See all posts Reply

making the path variable, possible ? new!
by Vincent, 17 years, 4 months ago
Hi,
i'm trying desesperatly to make the path variable but it seems like it doesn't work. Any idea why ?

Example :

$myPath= " ' myDir/ ' ";
$handle->Process($myPath);
Reply
Re: making the path variable, possible ? new!
by Vincent, 17 years, 4 months ago
I found the answer, sorry !
Again, thank you for this class.Reply
Re: making the path variable, possible ? new!
by Leon, 17 years, 3 months ago
What is the answer? Can you share it? I also use a config file to keep my path and would like to use this with the class as well.

Does this work?

$handle-> Process('$mypath');
Reply