Hi, I need to know how to obtain an IShellFolder interface to a specific folder without traversing the namespace from the root. Is this possible ? Any thought appreciated. Cheers, Liam.
Hi, I need to know how to obtain an IShellFolder interface to a specific folder without traversing the namespace from the root. Is this possible ? Any thought appreciated. Cheers, Liam.
Hi If you have the fully qualified PIDL to that folder you can use the BindToObject method. Use Desktop IShellFolder interface to do this (get it with SHGetDesktopFolder).