On 08 March 2004 14:00, Mike Mapsnac wrote:
> I'm looking for PHP function that takes $filename as
> parameter and returns
> absolute path.
>
> I looked on php.net but cannot find such function. Any ideas if such
> function exist?
How about http://www.php.net/realpath ?
Cheers!
Mike
Hello Mike,
Monday, March 8, 2004, 1:59:43 PM, you wrote:
MM> I'm looking for PHP function that takes $filename as parameter and returns
MM> absolute path.
Assuming $filename contains the full directory (path) as it will need
to, you can use the following functions for a variety of results:
dir
2 matches
Mail list logo