PostNewItem(Flags, DestinationFolder, NewName, TemplateName, FileAttributes, hrNew, NewItem)
Called after each new file is created
Parameters
Flags : int
Flags specifying creation behaviour, combination of shellcon.TSF_* flagsDestinationFolder : PyIShellItem
Folder in which item was createdNewName : str
Name of created item, may be mangled if file name conflicts occurredTemplateName : str
Template file used to initialize new itemFileAttributes : int
File attributes of new itemhrNew : int
HRESULT of the create operationNewItem : PyIShellItem
Shell interface of created item