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).
source
share