PostRenameItem(Flags, Item, NewName, hrRename, NewlyCreated)
Called after each file rename
Parameters
Flags : int
Flags specifying rename behaviour, combination of shellcon.TSF_* flagsItem : PyIShellItem
Shell interface of item before renameNewName : str
The new name of the item, may be mangled to resolve filename conflictshrRename : int
HRESULT of the rename operationNewlyCreated : PyIShellItem
Shell interface of the item after rename