Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: parsing the Windows directories

by frozenwithjoy (Priest)
on Aug 19, 2014 at 20:28 UTC ( #1098041=note: print w/replies, xml ) Need Help??


in reply to parsing the Windows directories

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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1098041]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this? | Other CB clients
Other Users?
Others about the Monastery: (2)
As of 2023-03-20 21:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which type of climate do you prefer to live in?






    Results (59 votes). Check out past polls.

    Notices?