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

    Red face API for to find out path of root directory

    Hi All,

    Can anybody tell me the way , by which i can get path of root directory as string


    Regards:
    Ashish

  2. #2
    Join Date
    Apr 2008
    Posts
    111

    Re: API for to find out path of root directory

    If you are talking about the System directory in Windows you can use GetWindowsDirectory() API

  3. #3
    Join Date
    Jun 2008
    Posts
    4

    Re: API for to find out path of root directory

    thank you

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