All Classes |Grouped Classes |Index

Function add_file

Adds a file to zip archive.

	void CL_ZipArchive::add_file(
		const CL_StringRef & input_filename,
		const CL_StringRef & filename_in_archive);

Detailed description:

File is not added to zip file until it save() is called.