Information about a file/directory within the archive will be returned using a FileInfo struct. More...
#include <OgreArchive.h>
Public Attributes | |
| const 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.
Definition at line 53 of file OgreArchive.h.
| const 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)
Definition at line 56 of file OgreArchive.h.
Base filename.
Definition at line 62 of file OgreArchive.h.
Compressed size.
Definition at line 64 of file OgreArchive.h.
The file's fully qualified name.
Definition at line 58 of file OgreArchive.h.
Path name; separated by '/' and ending with '/'.
Definition at line 60 of file OgreArchive.h.
Uncompressed size.
Definition at line 66 of file OgreArchive.h.
Copyright © 2012 Torus Knot Software Ltd

This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Mon Jul 27 2020 13:41:02