CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Desktop Path

  1. #1
    Join Date
    May 1999
    Posts
    12

    Desktop Path



    How do I obtain a path to the users desktop needs to work on NT and WIN95/98

  2. #2
    Join Date
    Feb 1999
    Location
    kar,india
    Posts
    12

    Re: Desktop Path



    If user name is girish


    NT

    -----

    C:\winnt\profiles\girish\desktop


    W95

    -----

    C:\windows\profiles\girish\desktop

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