<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>air:Airxzip AIR版ZIP圧縮・解凍ライブラリをGoogle Codeに移動しました。 へのコメント</title>
	<atom:link href="http://www.coltware.com/2010/01/28/airxzip_googlecode/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.coltware.com/2010/01/28/airxzip_googlecode/</link>
	<description>おもにFlex, PHP, Javaといった言語を使った開発のおぼえがきを書いています。</description>
	<lastBuildDate>Wed, 09 Nov 2011 00:20:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>shingo より</title>
		<link>http://www.coltware.com/2010/01/28/airxzip_googlecode/comment-page-1/#comment-82</link>
		<dc:creator>shingo</dc:creator>
		<pubDate>Fri, 23 Apr 2010 07:14:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.coltware.com/?p=917#comment-82</guid>
		<description>返事ありがとうございます。

早速、上記の事を参考にさせて頂いたところ
なんとかうまくいきそうな気がしてきました。

ありがとうございました。
また、勉強させて頂きます。</description>
		<content:encoded><![CDATA[<p>返事ありがとうございます。</p>
<p>早速、上記の事を参考にさせて頂いたところ<br />
なんとかうまくいきそうな気がしてきました。</p>
<p>ありがとうございました。<br />
また、勉強させて頂きます。</p>
]]></content:encoded>
	</item>
	<item>
		<title>coltware より</title>
		<link>http://www.coltware.com/2010/01/28/airxzip_googlecode/comment-page-1/#comment-80</link>
		<dc:creator>coltware</dc:creator>
		<pubDate>Thu, 22 Apr 2010 03:33:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.coltware.com/?p=917#comment-80</guid>
		<description>ありがとうございます。
私も、ほんの１年前まではど素人でした。といっても、今でもプロとしてやっているわけではないので、素人ですが・・・・

さて、フォルダの圧縮ですが、純粋にフォルダの圧縮という機能は持っていません。
申し訳ございません。

writer.addFile(File.desktopDirectory.resolvePath(&quot;image.jpg&quot;),&quot;Foo1/image.jpg&quot;);

で、実際のファイルのパスと、登録したいファイル名を
圧縮するフォルダにあるファイルをたどっていき、登録していくことになります。

これでフォルダを圧縮していきます。

実際にはFile.getDirectoryListing()などを使ってフォルダの下のファイルを見ていくことになると思います。
http://help.adobe.com/ja_JP/AS3LCR/Flash_10.0/flash/filesystem/File.html#getDirectoryListing()

また、現在あるサンプルは
http://code.google.com/p/airxzip/source/browse/#svn/trunk/samples/src/scripts
がすべてです。

よろしくお願いします。</description>
		<content:encoded><![CDATA[<p>ありがとうございます。<br />
私も、ほんの１年前まではど素人でした。といっても、今でもプロとしてやっているわけではないので、素人ですが・・・・</p>
<p>さて、フォルダの圧縮ですが、純粋にフォルダの圧縮という機能は持っていません。<br />
申し訳ございません。</p>
<p>writer.addFile(File.desktopDirectory.resolvePath(&#8220;image.jpg&#8221;),&#8221;Foo1/image.jpg&#8221;);</p>
<p>で、実際のファイルのパスと、登録したいファイル名を<br />
圧縮するフォルダにあるファイルをたどっていき、登録していくことになります。</p>
<p>これでフォルダを圧縮していきます。</p>
<p>実際にはFile.getDirectoryListing()などを使ってフォルダの下のファイルを見ていくことになると思います。<br />
<a href="http://help.adobe.com/ja_JP/AS3LCR/Flash_10.0/flash/filesystem/File.html#getDirectoryListing" rel="nofollow">http://help.adobe.com/ja_JP/AS3LCR/Flash_10.0/flash/filesystem/File.html#getDirectoryListing</a>()</p>
<p>また、現在あるサンプルは<br />
<a href="http://code.google.com/p/airxzip/source/browse/#svn/trunk/samples/src/scripts" rel="nofollow">http://code.google.com/p/airxzip/source/browse/#svn/trunk/samples/src/scripts</a><br />
がすべてです。</p>
<p>よろしくお願いします。</p>
]]></content:encoded>
	</item>
	<item>
		<title>shingo より</title>
		<link>http://www.coltware.com/2010/01/28/airxzip_googlecode/comment-page-1/#comment-79</link>
		<dc:creator>shingo</dc:creator>
		<pubDate>Thu, 22 Apr 2010 02:20:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.coltware.com/?p=917#comment-79</guid>
		<description>Flex勉強中のど素人です。
FlexやAirでファイルをzip化できないかを探してたら辿り着き参考にさせていただいてます。
ファイルの圧縮はできるのですが、フォルダの圧縮はどのように処理すればよいのでしょうか？
サンプルソースが公開されてると助かります　
ご教授お願いします。</description>
		<content:encoded><![CDATA[<p>Flex勉強中のど素人です。<br />
FlexやAirでファイルをzip化できないかを探してたら辿り着き参考にさせていただいてます。<br />
ファイルの圧縮はできるのですが、フォルダの圧縮はどのように処理すればよいのでしょうか？<br />
サンプルソースが公開されてると助かります　<br />
ご教授お願いします。</p>
]]></content:encoded>
	</item>
</channel>
</rss>

