/Home /Archive /Syndicate /Blog /Support /About /Contact  
All Visual Basic Feeds in one place!





Had a quick requirement today to retreive a list of drives available to a machine and their respective drive types, e.g. USB, CDROM, Logical Drive, etc.  I naturally looked for a .NET solution and could quite easily retrieve the drive letters using System.IO.Directory.GetLogicalDrives property.  However, to obtain the DriveType we must goto the System.Management namespace running a 'win32_logicaldisk' query that had to be executed for each individual drive. However, the time it take ... [ read more ]


© 2005 Serge Baranovsky. All rights reserved.
All feed content is property of original publisher. Designated trademarks and brands are the property of their respective owners.

This site is maintained by SubMain(), a division of vbCity.com, LLC