|
|
See also: KTarFile, KTarFile
QStringList entries () |
Returns: the names of all entries in this directory (filenames, no path).
KTarEntry* entry ( QString name ) |
Parameters:
name | may be "test1", "mydir/test3", "mydir/mysubdir/test3", etc. |
Returns: a pointer to the entry in the directory.
void addEntry ( KTarEntry* ) |
Adds a new entry to the directory.
bool isDirectory () |
Returns: true, since this entry is a directory
Generated by: root@tantive.terraplex.com on Sun Feb 27 17:39:31 2000, using kdoc 2.0a33. |