![]() |
|
Your skill will accomplish what the force of many cannot |
|
PerlMonks |
Re: parsing the Windows directoriesby frozenwithjoy (Priest) |
on Aug 19, 2014 at 20:28 UTC ( #1098041=note: print w/replies, xml ) | Need Help?? |
I think you might need to use lstat instead of stat. At the bottom of the stat docs, it says: To get status info for a symbolic link instead of the target file behind the link, use the lstat function. And in lstat: Does the same thing as the stat function (including setting the special _ filehandle) but stats a symbolic link instead of the file the symbolic link points to. If symbolic links are unimplemented on your system, a normal stat is done.
In Section
Seekers of Perl Wisdom
|
|