<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[libarchive: archiv in verzeichnis entpacken?]]></title><description><![CDATA[<p>hallo,<br />
ich versuchte ein tar archiv mit libarchive zu entpacken was auch funktioniert. leider schaffe ich es nicht ein archiv in ein bestimmtest verzeichnis zu entpacken.</p>
<p>hier mein code mit dem ich ein archiv entpacke:</p>
<pre><code class="language-cpp">while (archive_read_next_header(a, &amp;entry) == ARCHIVE_OK)
    {
        entry_path = archive_entry_pathname(entry);
        archive_read_extract(a, entry,
        ARCHIVE_EXTRACT_NO_OVERWRITE | ARCHIVE_EXTRACT_FFLAGS 
        | ARCHIVE_EXTRACT_OWNER);
    }
</code></pre>
<p>gruß kevin</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/118363/libarchive-archiv-in-verzeichnis-entpacken</link><generator>RSS for Node</generator><lastBuildDate>Fri, 21 Aug 2026 09:21:20 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/118363.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 17 Aug 2005 17:08:23 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to libarchive: archiv in verzeichnis entpacken? on Wed, 17 Aug 2005 22:32:47 GMT]]></title><description><![CDATA[<p>hallo,<br />
ich versuchte ein tar archiv mit libarchive zu entpacken was auch funktioniert. leider schaffe ich es nicht ein archiv in ein bestimmtest verzeichnis zu entpacken.</p>
<p>hier mein code mit dem ich ein archiv entpacke:</p>
<pre><code class="language-cpp">while (archive_read_next_header(a, &amp;entry) == ARCHIVE_OK)
    {
        entry_path = archive_entry_pathname(entry);
        archive_read_extract(a, entry,
        ARCHIVE_EXTRACT_NO_OVERWRITE | ARCHIVE_EXTRACT_FFLAGS 
        | ARCHIVE_EXTRACT_OWNER);
    }
</code></pre>
<p>gruß kevin</p>
]]></description><link>https://www.c-plusplus.net/forum/post/854368</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/854368</guid><dc:creator><![CDATA[Plutonium]]></dc:creator><pubDate>Wed, 17 Aug 2005 22:32:47 GMT</pubDate></item></channel></rss>