Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
File Concatenation
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00196434
Message ID:
00196456
Views:
28
Thank you Ken,

I missed this in the 'whats new' documentation.


Hi Mike,

If you're using VFP 6, this is quite simple to do using the FileToStr and StrToFile commands:


StrToFile(FileToStr('c:\file1.txt') + FileToStr('c:\file2.txt') , 'c:\file3.txt')
Previous
Reply
Map
View

Click here to load this message in the networking platform