Ark documentation

Elvis Angelaccio elvis.angelaccio at kdemail.net
Sun Mar 8 10:56:12 UTC 2015


In this case you are probably looking for ReadOnlyArchiveInterface::list(),
which you can also find implemented in those two source files that I
mentioned.

Elvis

2015-03-08 3:08 GMT+01:00 Giuseppe <sillettig at gmail.com>:

>  Thank you for the answer! I didn't find what I'm searching, maybe you can
> help me again please. I'm looking for the code executed after a file is
> added, that shows the list of the files in the archive.
>
> On 07/03/15 22:56, Elvis Angelaccio wrote:
>
> Hi Giuseppe,
> there is no much code documentation, but the Ark codebase is not hard to
> understand by just looking at the code itself.
> Ark relies on either libarchive (e.g. for tar archives) or the command
> line utilities (zip, 7z, rar, etc.).
> You can find the relevant code in the different implementations of
> the ReadWriteArchiveInterface::addFiles() function. In particular, take a
> look at the following source files:
> - kerfuffle/cliinterface.ccp
> - plugins/libarchive/libarchivehandler.ccp
>
>  Cheers,
> Elvis
>
> 2015-03-07 21:57 GMT+01:00 Giuseppe <sillettig at gmail.com>:
>
>> Hi everybody. I'm trying to fix some bugs in ark. There is some code
>> documentation? Or i can ask help to someone? I'm trying to understand which
>> part of code let add files in archives. If someone could help me, I'll be
>> very greatfull!
>> _______________________________________________
>> Kde-utils-devel mailing list
>> Kde-utils-devel at kde.org
>> https://mail.kde.org/mailman/listinfo/kde-utils-devel
>>
>
>
>
> _______________________________________________
> Kde-utils-devel mailing listKde-utils-devel at kde.orghttps://mail.kde.org/mailman/listinfo/kde-utils-devel
>
>
>
> _______________________________________________
> Kde-utils-devel mailing list
> Kde-utils-devel at kde.org
> https://mail.kde.org/mailman/listinfo/kde-utils-devel
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-utils-devel/attachments/20150308/fd10b516/attachment.html>


More information about the Kde-utils-devel mailing list