<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[GMan's Mods & Stuff — Directory structure]]></title>
		<link>https://gprogs.com/viewtopic.php?id=420</link>
		<atom:link href="https://gprogs.com/extern.php?action=feed&amp;tid=420&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Directory structure.]]></description>
		<lastBuildDate>Thu, 01 Jul 2010 02:00:46 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Directory structure]]></title>
			<link>https://gprogs.com/viewtopic.php?pid=1593#p1593</link>
			<description><![CDATA[<p>greetings <img src="https://gprogs.com/img/smilies/smile.png" width="15" height="15" alt="smile" />&nbsp; there is no way to create just a directory insize of the ZIP.&nbsp; directories are created by adding a file to a directory in the zip.&nbsp; please see the AddFileToDest() method in the docs.&nbsp; it will allow you to add a file to the zip using a different destination.&nbsp; so something like:<br /></p><div class="codebox"><pre><code>myzipwriter.AddFileToDest(&quot;myfile.txt&quot;, &quot;mynewpathinside/mysubdirinside/myfile.txt&quot;)</code></pre></div><p>but...&nbsp; in testing to make sure this worked correctly before i posted to you i found a bug.&nbsp; the bug has been resolved and a new mod posted.&nbsp; please download the new mod before using the above.</p>]]></description>
			<author><![CDATA[null@example.com (gman)]]></author>
			<pubDate>Thu, 01 Jul 2010 02:00:46 +0000</pubDate>
			<guid>https://gprogs.com/viewtopic.php?pid=1593#p1593</guid>
		</item>
		<item>
			<title><![CDATA[Directory structure]]></title>
			<link>https://gprogs.com/viewtopic.php?pid=1590#p1590</link>
			<description><![CDATA[<p>Hi,</p><p>I wrote a function that creates the needed directory structure and extracts all files in a zip.<br />Now i want to add a complete directory, including subdirectorys, to a new empty zip.</p><p>But, how do i create a directory structure inside a new empty zip?</p>]]></description>
			<author><![CDATA[null@example.com (Ferret)]]></author>
			<pubDate>Wed, 30 Jun 2010 14:16:56 +0000</pubDate>
			<guid>https://gprogs.com/viewtopic.php?pid=1590#p1590</guid>
		</item>
	</channel>
</rss>
