shell.SHCreateItemFromRelativeName

SHCreateItemFromRelativeName(parent, name, ctx, iid)

Creates and initializes a Shell item object from a relative parsing name.

Parameters

parent : PyIShellItem

name : unicode

ctx : PyIBindCtx

iid : PyIID

Comments

This function is only available on Vista and later; a COM exception with E_NOTIMPL will be thrown if the function can't be located.