wxArchiveEntry
generated from ../src/mod_io/archentry.cppA prototype class used for entries in an archive.
Constants
Properties
| Name | Type | Description |
|---|---|---|
| dateTime | Date | Get/Set the timestamp of the entryset |
| dir | Boolean |
True if this is a directory entry.
Directory entries are entries with no data, which are used to store the meta-data of directories. They also make it possible for completely empty directories to be stored. The names of entries within an archive can be complete paths, and unarchivers typically create whatever directories are necessary as they restore files, even if the archive contains no explicit directory entries. |
internalFormat ![]() |
wxPathFormat | Returns the path format used internally within the archive to store filenames. |
internalName ![]() |
String |
Returns the entry's filename in the internal format used within the archive.
The name can include directory components, i.e. it can be a full path.
The names of directory entries are returned without any trailing path separator. This gives a canonical name that can be used in comparisons. |
offset ![]() |
Integer | Returns a numeric value unique to the entry within the archive. |
| readOnly | Boolean | True if the entry is a read-only file. |
| size | Integer | Get/Set the size of the entry's data in bytes. |

© 2002 - 2007 Franky Braem.