All Classes |Grouped Classes |Index

Class CL_ZipArchive

Zip archive. More...

Derived from:

None

Derived by:

None

Group:

Zip (Core)

#include <ClanLib/core.h>

Class Members:

Construction:

CL_ZipArchive

Constructs or loads a ZIP archive.


Attributes:

get_file_list

List of file entries in archive.


Operations:

open_file

Opens a file in the archive.

get_pathname

Get full path to source:

create_file

Creates a new file entry.

add_file

Adds a file to zip archive.

save

Saves zip archive.

load

Loads the zip archive from a input device (done automatically at construction).