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:
00196437
Views:
31
>Dear all,
>
>Is it possible to use the win32 api to concatenate files? I am hoping not to call the dos command and issue copy file1.txt+file2.txt file3.txt. I have looked briefly through the api documentation but none of the functions seemed to fit the bill.

You may use VFP low-level file functions to do this: FREAD() to character strings, concatenate them and FWRITE() to new file.
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform