in reply to Getting list of drives on pc

Win32API::File provides getLogicalDrives() and ships with every Win32 distribution of Perl I've seen.

                - tye
  • Comment on Re: Getting list of drives on pc (Win32API::File)