wiki.icculus.org
[ front page | index | search | recent changes | git repo | offline html ]

PHYSFS_FileType

Possible types of a file.

Header File

Defined in <physfs.h>

Syntax

typedef enum PHYSFS_FileType
{
    PHYSFS_FILETYPE_REGULAR, /**< a normal file */
    PHYSFS_FILETYPE_DIRECTORY, /**< a directory */
    PHYSFS_FILETYPE_SYMLINK, /**< a symlink */
    PHYSFS_FILETYPE_OTHER /**< something completely different like a device */
} PHYSFS_FileType;

Version

This enum is available since PhysicsFS 2.1.0.

See Also


CategoryAPI, CategoryAPIEnum, CategoryPhysicsFS


[ edit | delete | history | feedback | raw ]

All wiki content is licensed under Creative Commons Attribution 4.0 International (CC BY 4.0).
Wiki powered by ghwikipp.