Welcome To The Home Of The Visual FoxPro Experts  
home. signup. forum. archives. search. articles. downloads. faq. members. files. rss.
 From: Yuri Rubinov
  Where is Yuri Rubinov?
 Philadelphia
 Pennsylvania - United States
 Yuri Rubinov
 To: ALI INTISAR
  Where is ALI INTISAR?
 linden
 New Jersey - United States
 ALI INTISAR
Subject: RE: Binary File append????
Thread ID: 89649 Message ID: 89657 # Views: 1 # Ratings: 0
Version: Visual FoxPro 9 Category: Win32API programming
Date: Wednesday, March 1, 2006 10:15:57 PM         
   



> 786
>
>
> Hi,
>
> Thanks in advance for your attention:
>
> Is there any way, we can copy the binary files.....want to append one binary at the end of another binary file (append)
>
> examples.....1.wav(3 bytes) + 2.wav (2 bytes)
>
> after copy:
>
> New file 3.wav (5 bytes)
>
>
> Regards
>
>
> Ali
>
>
> lf5
> doing good, brings too, ia
> invest more, where you will live more


Not sure, but probably you are talking about appending the binary contents of one file to another (not clear what meaning is here for "binary", and why there are .wav files). See if this is what you wish:

strtofile(filetostr(file1)+filetostr(file2), newfile)


Best Wishes,

Yuri Rubinov

ENTIRE THREAD

Binary File append???? Posted by ALI INTISAR @ 3/1/2006 8:35:20 PM
RE: Binary File append???? Posted by Yuri Rubinov @ 3/1/2006 10:15:57 PM
RE: Binary File append???? Posted by ALI INTISAR @ 3/2/2006 3:55:49 PM