Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

Ogre::ArchiveEx::FileInfo Struct Reference

Information about a file/directory within the archive will be returned using a FileInfo struct. More...

#include <OgreArchiveEx.h>

List of all members.

Public Attributes

char szFilename [260]
 The file's full name. More...

int iCompSize
 Compressed size. More...

int iUncompSize
 Uncompressed size. More...

time_t iLastMod
 Last time it was modified. More...


Detailed Description

Information about a file/directory within the archive will be returned using a FileInfo struct.

See also:
ArchiveEx


Member Data Documentation

int Ogre::ArchiveEx::FileInfo::iCompSize
 

Compressed size.

time_t Ogre::ArchiveEx::FileInfo::iLastMod
 

Last time it was modified.

int Ogre::ArchiveEx::FileInfo::iUncompSize
 

Uncompressed size.

char Ogre::ArchiveEx::FileInfo::szFilename[260]
 

The file's full name.

Copyright © 2002 by The OGRE Team