Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^2: <JUNCTION>; how to recognize

by pryrt (Abbot)
on Oct 10, 2018 at 21:08 UTC ( [id://1223830]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Win32API::File qw'GetFileAttributes :FILE_ATTRIBUTE_';
    sub isjunc {
        return (GetFileAttributes($_[0]) & FILE_ATTRIBUTE_REPARSE_POINT ==
    + FILE_ATTRIBUTE_REPARSE_POINT) ? 1 : 0;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (6)
As of 2024-03-29 01:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found