OGRE
1.11.6
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) More... | |
String | basename |
Base filename. More... | |
size_t | compressedSize |
Compressed size. More... | |
String | filename |
The file's fully qualified name. More... | |
String | path |
Path name; separated by '/' and ending with '/'. More... | |
size_t | uncompressedSize |
Uncompressed size. More... | |
Information about a file/directory within the archive will be returned using a FileInfo struct.
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)
String Ogre::FileInfo::filename |
The file's fully qualified name.
Referenced by Ogre::Archive::isReadOnly().
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.