![]() |
|
Perl: the Markov chain saw | |
PerlMonks |
Re: How to get a true canonical pathby jepri (Parson) |
on Jun 09, 2004 at 14:28 UTC ( #362739=note: print w/replies, xml ) | Need Help?? |
This is easy to do if you just want to handle ".." in paths. Not too much code is needed - usually just let the shell resolve the path. But if you want to handle symlinks in Unix, then you are in a world of confusion. If you want to demand a GNU environment, there is a GLIBC function called something like "cannonical_path" which will do all the work for you. Otherwise... ouch.
___________________
In Section
Seekers of Perl Wisdom
|
|