cognizant has asked for the wisdom of the Perl Monks concerning the following question:

Hi monks,

I want to get the Folder value by using Drive value. For an instance: If user maps '\\abc\def' folder to 'K:' drive. By using 'K:', i want to get the folder name '\\abc\def'.

How to achieve this through perl?

Thanks in advance

--C
  • Comment on How to get Folder name by using Drive value?

Replies are listed 'Best First'.
Re: How to get Folder name by using Drive value?
by EdwardG (Vicar) on May 17, 2006 at 09:46 UTC
      Thank you Edward