CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2007
    Posts
    258

    Getting Drives name

    Hi all,

    I want to get name of my drives(Logical drive). Like if i give c: dive name as Softwares then which api should i use to get its name??

    Thanks in advance

  2. #2
    Join Date
    Sep 2008
    Posts
    11

    Re: Getting Drives name

    Try using
    GetLogicalDriveStrings

    More details found on
    http://msdn.microsoft.com/en-us/magazine/cc164038.aspx

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