CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Jan 2006
    Posts
    16

    Question Get FILE SYSTEM ( NTFS FAT or FAT32) Information of a Drive.

    Hai all,

    I am Ajai,. I need your help to find the File System Information of a drive ( C Drive , D Drive etc..) .

    Is there any API call to find FILE SYSTEM like NTFS FAT and FAT32.

    Now I want to find the FILE System of the Drive where the Running Operating System is installed.

    Thank you...

    Regards,
    Ajai..

  2. #2
    Join Date
    May 2005
    Location
    Oregon
    Posts
    3,725

    Re: Get FILE SYSTEM ( NTFS FAT or FAT32) Information of a Drive.

    use this Link may be this One Helps you.
    http://www.codeguru.com/Cpp/W-P/syst...icle.php/c2827

  3. #3
    Join Date
    May 2005
    Posts
    4,954

    Re: Get FILE SYSTEM ( NTFS FAT or FAT32) Information of a Drive.

    look at: ::GetVolumeInformation(..)

    Cheers
    If a post helped you dont forget to "Rate This Post"

    My Article: Capturing Windows Regardless of Their Z-Order

    Cheers

  4. #4
    Join Date
    May 2000
    Location
    KY, USA
    Posts
    18,652

    Re: Get FILE SYSTEM ( NTFS FAT or FAT32) Information of a Drive.


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