conflict


Description:

public signal uint conflict (File file, void* new_file)

Parameters:

file

a File for the file that caused a conflict

new_file

a File for the new destination of file

Returns:

the ConflictAction to be performed by Extractor

This signal is used to report and offer the possibility to solve name conflicts when extracting files. If it is not handled, the file will be skipped.