Compressor


Description:

[ CCode ( has_construct_function = false ) ]
public Compressor (List<File> source_files, File output_file, Format format, Filter filter, bool create_top_level_directory)

Create a new Compressor object.

Parameters:

source_files

a List of source File s to be archived

output_file

output directory of the new archive, or the file name of the new archive if you set output_is_dest on the returned object

format

the compression format

filter

the compression filter

Returns:

a new Compressor object