You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

Keiko

Unregistered

1

Friday, October 15th 2004, 4:23pm

libarkpart question

Can I use files, extracted with libarkpart ? Or can I copy then into some directory (which is better) ? Thanks.

anda_skoa

Professional

Posts: 1,273

Location: Graz, Austria

Occupation: Software Developer

  • Send private message

2

Friday, October 15th 2004, 5:15pm

If you want to handle archives yourself, you can use KArchve directly:
http://api.kde.org/3.3-api/kio/html/classKArchive.html

Cheers,
_
Qt/KDE Developer
Debian User

Keiko

Unregistered

3

Saturday, October 16th 2004, 11:27am

Does KArchive support all archives, that Ark supports ?

anda_skoa

Professional

Posts: 1,273

Location: Graz, Austria

Occupation: Software Developer

  • Send private message

4

Saturday, October 16th 2004, 2:28pm

KArchive is just a base class, declaring the archive interface.
The subclasses like KTar implement the archiving functionality.

I guess you can do the same thing Ark does, but to be sure you could check Ark's code if it does anything additionally.

Cheers,
_
Qt/KDE Developer
Debian User