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