karchive has virtual void close(); that calls virtual bool closeArchive(); that classes that inherit have to implement. The problem is that in KTar, closeArchive can fail and return false but the application has no way to know, as close() is void. Am i wrong? Or is this a bug? If it has to be fixed can this be changed in a binary compatible way? Albert