PyGFileOperationProgressSink.PostMoveItem

PostMoveItem(Flags, Item, DestinationFolder, NewName, hrMove, NewlyCreated)

Called after each move operation

Parameters

Flags : int

Flags specifying move behaviour, combination of shellcon.TSF_* flags

Item : PyIShellItem

Interface of the item before it was moved

DestinationFolder : PyIShellItem

The folder into which it was moved

NewName : str

Name of item in its new location, may be mangled in case of conflict

hrMove : int

HRESULT of the move operation

NewlyCreated : PyIShellItem

Shell interface of the item in its new location