PHYSFS_ArchiveInfo(3) physfs PHYSFS_ArchiveInfo(3)

PHYSFS_ArchiveInfo - Information on various PhysicsFS-supported archives.

#include <physfs.h>


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

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

Person who did support for this archive.

Human-readable archive description.

Archive file extension: 'ZIP', for example.

non-zero if archive offers symbolic links.

URL related to this archive

Generated automatically by Doxygen for physfs from the source code.

Fri Oct 7 2022 Version 3.2.0