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

    File system paths and ITEMIDLIST

    Hi. I'm trying to convert a file system path (for examples, "c:\windows") to and ITEMIDLIST and then back again when a path is needed. I've looked through the VC6.0 help index. I found SHGetPathFromIDList. That solves part of the problem but I still need to change a path to and ITEMIDLIST. Can anyone help?

    Joseph


  2. #2
    Guest

    Re: File system paths and ITEMIDLIST

    Never mind, I figured it out.


  3. #3
    Join Date
    May 1999
    Location
    Sydney, Australia
    Posts
    420

    Re: File system paths and ITEMIDLIST

    would you care to tell us?


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