Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Extract file on zip with folders
Message
From
11/09/2016 04:48:07
 
 
To
10/09/2016 15:46:16
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 10
Network:
Windows Server 2012 R2
Database:
Visual FoxPro
Application:
Desktop
Virtual environment:
Hyper-V
Miscellaneous
Thread ID:
01640677
Message ID:
01640690
Views:
169
>Have you tried the VFPCompression.fll from Craig Boyd? See link:
>
>http://www.sweetpotatosoftware.com/spsblog/SearchView.aspx?q=compression#a416ae65b-0af2-4145-8637-aa0d81d77637
>
>If you have to select all files, I suggest that you keep track of all files and then delete the ones that you do not want.

It is not reliable.
Too bad because it is fast
and with a set of very valid API
SET LIBRARY TO vfpcompression.fll
? UnzipString(ZipString(REPLICATE('A',5677))) == REPLICATE('A',5677)
? UnzipString(ZipString(REPLICATE('A',5678))) == REPLICATE('A',5678)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform