我會理解如何使用SevenZipSharp庫創建SFX。 首先,我需要說我找不到任何屬性來設置壓縮級別,以及所有這些。 ,當我嘗試做一個文件的SFX,我得到這個錯誤: "Object reference not set to an instance of an object."
如果我嘗試做一個文件夾的SFX,我得到這個錯誤: "Access to the path 'C:\test' is
即時通訊異常在這可以幫助我嗎? Exception:Unable to cast COM object of type 'System.__ComObject' to interface type 'SevenZip.IInArchive'. This operation failed because the QueryInterface call on the COM component for
的內容之後我已成功地列出一個ZIP文件的內容高科技菜譜的例子(使用的7-Zip: FOR /F "tokens=* delims=" %%A in ('dir /b /s *.zip') do (7z.exe l -r "%%A" >> listing.txt)
然而,這只是轉儲出整個目錄ZIP文件到一個文本文件(稱爲listing.txt)的結構。 我只想列出的最高級別的目錄如的目錄名 Ex