in reply to Re: convert a given dir name to its absolute path
in thread convert a given dir name to its absolute path
The one (obvious) caveat for that is that Cwd::abs_path will fail if you don't have permissions to chdir into the directory in question. Not normally an issue, since there isn't very much you can do with such a directory anyway.
|
|---|