|  | OGRE 2.1
    Object-Oriented Graphics Rendering Engine | 
Information about a file/directory within the archive will be returned using a FileInfo struct. More...
#include <OgreArchive.h>
| Public Attributes | |
| Archive * | archive | 
| The archive in which the file has been found (for info when performing multi-Archive searches, note you should still open through ResourceGroupManager) | |
| String | basename | 
| Base filename. | |
| size_t | compressedSize | 
| Compressed size. | |
| String | filename | 
| The file's fully qualified name. | |
| String | path | 
| Path name; separated by '/' and ending with '/'. | |
| size_t | uncompressedSize | 
| Uncompressed size. | |
Information about a file/directory within the archive will be returned using a FileInfo struct.
| Archive* Ogre::FileInfo::archive | 
The archive in which the file has been found (for info when performing multi-Archive searches, note you should still open through ResourceGroupManager)
| String Ogre::FileInfo::basename | 
Base filename.
| size_t Ogre::FileInfo::compressedSize | 
Compressed size.
| String Ogre::FileInfo::filename | 
The file's fully qualified name.
| String Ogre::FileInfo::path | 
Path name; separated by '/' and ending with '/'.
| size_t Ogre::FileInfo::uncompressedSize | 
Uncompressed size.