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

Re: How to get Folder name by using Drive value?

by EdwardG (Vicar)
on May 17, 2006 at 09:46 UTC ( [id://549979]=note: print w/replies, xml ) Need Help??


in reply to How to get Folder name by using Drive value?

my $unc=`net use | grep "K:" | grep -Po "\\\\.+"`;

Or use Win32::API and WNetGetUniversalName().

See also UNC.

 

Replies are listed 'Best First'.
Re^2: How to get Folder name by using Drive value?
by cognizant (Pilgrim) on May 17, 2006 at 10:26 UTC
    Thank you Edward

Log In?
Username:
Password:

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

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

    No recent polls found