PostMoveItem(Flags, Item, DestinationFolder, NewName, hrMove, NewlyCreated)
Called after each move operation
Parameters
Flags : int
Flags specifying move behaviour, combination of shellcon.TSF_* flagsItem : PyIShellItem
Interface of the item before it was movedDestinationFolder : PyIShellItem
The folder into which it was movedNewName : str
Name of item in its new location, may be mangled in case of conflicthrMove : int
HRESULT of the move operationNewlyCreated : PyIShellItem
Shell interface of the item in its new location