<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://xceed.com/CS/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Xceed Zip Compression Library</title><link>http://xceed.com/CS/forums/22/ShowForum.aspx</link><description>Discussions about ActiveX-based compression</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP2 (Debug Build: 61120.2)</generator><item><title>Re: Handling xevInsertDisk event with multipart zips</title><link>http://xceed.com/CS/forums/thread/24402.aspx</link><pubDate>Fri, 09 Oct 2009 20:09:36 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:24402</guid><dc:creator>Alain [Xceed]</dc:creator><slash:comments>0</slash:comments><comments>http://xceed.com/CS/forums/thread/24402.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=22&amp;PostID=24402</wfw:commentRss><description>&lt;P&gt;Hi Keith,&lt;/P&gt;
&lt;P&gt;Unfortunetaly, the property &lt;EM&gt;SplitNameFormat&lt;/EM&gt; exists only for our .Net Zip Components.&lt;/P&gt;
&lt;P&gt;Since you are using our Active X Zip Library, you will have to manually code this functionality to your application after the zip operation is done:&lt;/P&gt;
&lt;P&gt;&lt;U&gt;PseudoCode:&lt;/U&gt;&amp;nbsp; (exactly like what u did)&lt;/P&gt;
&lt;P&gt;1)&amp;nbsp;GetFiles on the folder (&amp;nbsp;that contains the split files)&lt;/P&gt;
&lt;P&gt;2) Rename (basename).z01&amp;nbsp;to (basename).zip&lt;/P&gt;
&lt;P&gt;3)&amp;nbsp;Rename&amp;nbsp; (basename).zip to (basename).highestExtensionNumber&lt;BR&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Alain,&lt;/P&gt;
&lt;P&gt;Technical Support&lt;/P&gt;</description></item><item><title>Handling xevInsertDisk event with multipart zips</title><link>http://xceed.com/CS/forums/thread/23901.aspx</link><pubDate>Fri, 11 Sep 2009 17:39:56 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:23901</guid><dc:creator>Keith</dc:creator><slash:comments>0</slash:comments><comments>http://xceed.com/CS/forums/thread/23901.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=22&amp;PostID=23901</wfw:commentRss><description>&lt;P&gt;I have a&amp;nbsp;multipart ZIP file&amp;nbsp;which I believe was created with winzip.&amp;nbsp; The files&amp;nbsp;are named: file.z01, file.z02, ... file.z09, file.zip and file.z01 through file.z09 are 5 MB apiece and file.zip is 3 MB.&amp;nbsp; If I try to uncompress or list the contents of the zip there is an xevInsertDisk event raised, but I can't seem to figure out how to tell it the appropriate file it should go to next.&amp;nbsp; Even if I change bDiskInserted to true it just continues raising the insert disk events again.&lt;/P&gt;
&lt;P&gt;I discovered from reading elsehwere that pkzip/winzip expect the last file in the series to have the .zip extension.&amp;nbsp; Your docs (&lt;A href="http://doc.xceedsoft.com/products/Xceedfilesystem/Xceed.Zip~Xceed.Zip.SplitNameFormat.html"&gt;http://doc.xceedsoft.com/products/Xceedfilesystem/Xceed.Zip~Xceed.Zip.SplitNameFormat.html&lt;/A&gt;) talk about the XCeed ActiveX&amp;nbsp;formats&amp;nbsp;expecting the first file to have .zip and subsequent files to have&amp;nbsp;.z02, z03, ....&amp;nbsp; After discovering this I did a test where I renamed file.zip -&amp;gt; file.z10 and file.z01 -&amp;gt; file.zip, and at that point I no longer get the insert disk event and XCeed will process this correctly.&amp;nbsp; Unfortunately, when I do that WinZip then complains that the archive is corrupt.&amp;nbsp; Since most of my users have WinZip I don't want to do that, and I'm leery about temporarily renaming the files during the processing in case the user terminates things and I don't get to revert it back to the original names.&lt;/P&gt;
&lt;P&gt;Now I'm using the XCeed Zip Compression Library v 6.1.7504.0, and with this I&amp;nbsp;can't find any&amp;nbsp;event/property to&amp;nbsp;set which tells it to use this winzip/pkzip naming convention.&amp;nbsp;&amp;nbsp;Is there any way to accomplish this without renaming the files?&lt;/P&gt;</description></item></channel></rss>