MoveItem(Item, DestinationFolder, pszNewName, Sink)
Adds a move operation to the configuration
Parameters
Item : PyIShellItem
The item to be movedDestinationFolder : PyIShellItem
The folder into which it will be movedpszNewName=None : str
Name to be given to moved item, use None to keep original name
Sink=None : PyGFileOperationProgressSink
Progress sink to receive notification for just this operation