set_output_is_dest


Description:

public void set_output_is_dest (bool output_is_dest)

By default output_is_dest is set to false , which means the new archive will be created as a regular file under AutoarCompressor:output directory.

The name of the new archive will be automatically generated and you will be notified via decide_dest when the name is decided. If you have already decided the location of the new archive, and you do not want Compressor to decide it for you, you can set output_is_dest to true. Compressor will use AutoarCompressor:output as the location of the new archive, and it will neither check whether the file exists nor create the necessary directories for you. This function should only be called before calling start or start_async.

Parameters:

this

an Compressor

output_is_dest

true if the location of the new archive has been already decided