PHYSFS_ArchiveInfo - Man Page

Information on various PhysicsFS-supported archives.

Synopsis

#include <physfs.h>

Data Fields

const char * extension
const char * description
const char * author
const char * url
int supportsSymlinks

Detailed Description

Information on various PhysicsFS-supported archives.

This structure gives you details on what sort of archives are supported by this implementation of PhysicsFS. Archives tend to be things like ZIP files and such.

Warning

Not all binaries are created equal! PhysicsFS can be built with or without support for various archives. You can check with PHYSFS_supportedArchiveTypes() to see if your archive type is supported.

See also

PHYSFS_supportedArchiveTypes

PHYSFS_registerArchiver

PHYSFS_deregisterArchiver

Field Documentation

const char* PHYSFS_ArchiveInfo::author

Person who did support for this archive.

const char* PHYSFS_ArchiveInfo::description

Human-readable archive description.

const char* PHYSFS_ArchiveInfo::extension

Archive file extension: 'ZIP', for example.

const char* PHYSFS_ArchiveInfo::url

URL related to this archive

Author

Generated automatically by Doxygen for physfs from the source code.

Referenced By

The man pages physfs-author(3), physfs-description(3), physfs-extension(3), physfs-url(3) and supportsSymlinks(3) are aliases of PHYSFS_ArchiveInfo(3).

Version 3.0.2 physfs