OGRE 14.3
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 | |
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.
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::filename |
The file's fully qualified name.
String Ogre::FileInfo::path |
Path name; separated by '/' and ending with '/'.
String Ogre::FileInfo::basename |
Base filename.
size_t Ogre::FileInfo::compressedSize |
Compressed size.
size_t Ogre::FileInfo::uncompressedSize |
Uncompressed size.