Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to copy multiple files into one
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00582015
Message ID:
00582066
Views:
35
It does not work, each file replace the contents of filex.txt, at the end I just get filen.txt

>
>You can use Filetostr() and Strtofile() functions.
Erase ("filex.txt")
>Strtofile( Filetostr('file1.txt"), "filex.txt"), .t.)
>Strtofile( Filetostr('file2.txt"), "filex.txt"), .t.)
>...
>Strtofile( Filetostr('filen.txt"), "filex.txt"), .t.)
Dominican Republic, a Paradise in America
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform