You are not logged in.

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