Registriert seit: 6. Feb 2012
Ort: Deutschland
272 Beiträge
Delphi XE7 Professional
|
AW: Windows7 built-in Zip nutzen
5. Sep 2013, 13:28
Zitat:
I think its not documented , hard to find
i can suggest one way to open zip folder , type the code below in your command line to unzip and open a zip file
rundll32.exe zipfldr.dll,RouteTheCall c:\1.zip
There are some api's you can research on
RtlCompressBuffer
RtlDecompressBuffer and
RtlGetWorkspace
http://social.msdn.microsoft.com/For...windows-xp-api
00111100001100110010000001000100011001010110110001 1100000110100001101001
|