Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Putting Files into a Winzip using foxpro code
Message
 
 
To
19/12/2008 09:41:41
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01368820
Message ID:
01368824
Views:
10
There're many free and commercial ways to do that. You can find a few in the UT Download area. Check also
VFPCompression FLL

>I am seeking a way to put all of the files in my directory/folder (C:\My_Stuff) into a winzip file using or making a winzip file using Visual Fox Pro. I do not want to manual open Winzip and do it manuely, I want to do it using fox pro code. Put all the files in the directory into a winzip file and save it with a file name: "My_Stuff.zip"
>
>I can see the files in my directory/folder using the code below.
>
>gnDbcnumber = ADIR(gaDatabase, '*.*') && Create array
>
>CLEAR
>FOR nCount = 1 TO gnDbcnumber && Loop for number of databases
> ? gaDatabase(nCount,1) && Display database names
>ENDFOR
>
>If any has done this I would greatly appreciate your assistance and help on how to accomplish this task.
>
>
>Thank You in Advance and Merry Christmas and Happy New Year to All.
>
>
>Winfred Majors
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform