Can I create Windows XP's Compressed (Zipped) Folder using Delphi?
相关问题
- Is there a Delphi 5 component that can handle .png
- the application was unable to start correctly 0xc0
- Is there a way to install Delphi 2010 on Windows 2
- Is TWebBrowser dependant on IE version?
- Handle button click in another application
相关文章
- Why windows 64 still makes use of user32.dll etc?
- Best way to implement MVVM bindings (View <-> V
- Can WM_NEXTDLGCTL be used with non-dialog windows?
- Windows EventLog: How fast are operations with it?
- How to force Delphi compiler to display all hints
- Coloring cell background on firemonkey stringgrid
- Are resource files compiled as UNICODE or ANSI cod
- HelpInsight documentation in Delphi 2007
You could use TurboPower Abbrevia which is now open source.
You can use some command line version of any compressor like 7zip and do the task using ShellExecute, or you can use a free or comercial component like anyone of these.
I had used ZipMaster and it behaves very well for my purpose. I don't know what are your size, space and performance requirements.