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:

dirname()
pathinfo()
realpath()

-- 
Best regards,
 Richard Davey
 http://www.phpcommunity.org/wiki/296.html

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to