decide_destination


Description:

public signal Object decide_destination (File destination, void* files)

Parameters:

destination

a File for the location where files will be extracted

files

the list of File objects to be extracted. All have destination as their common prefix

Returns:

File for location that will overwrite destination, or null if this is not wanted

This signal is emitted when the path of the destination is determined. It is useful for solving name conflicts or for setting a new destination, based on the contents of the archive.