Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create XP compressed folder in VFP
Message
From
24/02/2004 16:20:45
 
 
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00880426
Message ID:
00880482
Views:
25
>Can anybody tell me how you would create an XP compressed folder from within VFP?

Never mind! It's really pretty simple:
ofs = CREATEOBJECT("Scripting.FileSystemObject")
ofs.CreateTextFile("C:\test.zip")
or even
STRTOFILE("","c:\test2.zip")
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform