Creating an IShellItem instance for a nonexistent file

How can I get an IShellItem object for a nonexistent file (or directory)?

At first I thought it might not be possible, but, for example, IFileSaveDialog creates one IShellItemfor its result (if you specify a new file in the dialog box).

+2
source share
1 answer

All Articles