Click here to Skip to main content
15,892,537 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi....
I have a problem with copying files.....
I want copying some part of a file into a another file, not a full part of file, from one file to another file.....
Please help me...




if u donot mine...
please can u tell me code for this program
Posted
Updated 31-Jan-10 23:22pm
v2

1 solution

khareedusowjanya wrote:
I want copying some part of a file into a another file, not a full part of file, from one file to another file.....

There is no partial-copy method available: you have to read into a memory buffer the part of the file do you want to copy and write it to the destination file.
:)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900