CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 1999
    Posts
    6

    List of Computer Drives

    Hi,

    Can anyone tell me how to find out what drives are
    available on a computer? Ex. drive A, C, D, F ?

    Thanks


  2. #2
    Join Date
    May 1999
    Posts
    69

    Re: List of Computer Drives

    Hi Sam...
    Try GetLogicalDriveStrings(). It'll give you all the drive names. Then you can even get their types using GetDriveType


  3. #3
    Join Date
    Apr 1999
    Posts
    6

    Re: List of Computer Drives

    Thanks Hardeep !


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured