可以使用什么组件或方法来指定文件名列表,然后将它们压缩到单个存档中?
我真的不需要高级功能或任何东西,但如果我能在字符串列表中添加一些文件名,然后将这些文件放入ZIP中,那就太好了。
我试着搜索了一些组件,但不确定该用哪一个。
谢谢
可以使用什么组件或方法来指定文件名列表,然后将它们压缩到单个存档中?
我真的不需要高级功能或任何东西,但如果我能在字符串列表中添加一些文件名,然后将这些文件放入ZIP中,那就太好了。
我试着搜索了一些组件,但不确定该用哪一个。
谢谢
除了Chris提到的VCLZip之外,Abbrevia(旧的TurboPower软件包之一)在SourceForge上免费提供。如果您需要Delphi 2010/XE版本,您可以在SongBeamer。
VCLZip不错,相当受欢迎http://vclzip.bizland.com/IIRC,它有很好的文档和示例,可以让您快速入门。
我有时使用ZipMaster,它运行良好。
当做
my delphi 2009 app has a basic translation system that uses GNUGetText. i had used some win API calls to prepare the fonts. i thought it was working correctly until recently when someone from Malta ...
Ok, I m going nuts here. For the last (almost) four years, I ve been putting up with some extremely bad behavior from my Delphi 5 IDE. Problems include: Seemingly random errors in coride50.bpl ...
i would like to know if there are any solution to do this. Does anyone? The big picture: I want to access data over the web, using my delphi thin clients. But i´would like to keep my server/service ...
In Delphi, there is a function StrToInt() that converts a string to an integer value; there is also IntToStr(), which does the reverse. These functions doesn t appear to be part of Oxygene, and I can ...
What is the equivalent of SetLength using Oxygene? I m trying to size an integer array. var listIndexes: array of integer; begin setLength(listIndexes,5); // doesn t work end;
How can I monitor or visualize memory fragmentation of a delphi application?
I have consistently had IDE problems in Delphi/C++Builder for years, with every version. I usually just reboot, recompile, etc. and move on. However, I keep seeing others say that the IDE is rock ...
I was trying to speed up a certain routine in an application, and my profiler, AQTime, identified one method in particular as a bottleneck. The method has been with us for years, and is part of a "...