Click here to Skip to main content
16,004,479 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to burn files to a cd that is already burnt. I have a cd containing some files. Now I want to add some other files to that cd. I need c# code to do that. I am using windows 7, visual studio 2008. how can i do this?
Posted
Updated 27-Jan-13 0:00am
v2
Comments
Philippe Mori 25-Jan-13 9:59am    
To be able to do that, you have to ensure that previously CD was written in a mode that allows data to be added.

1 solution

 
Share this answer
 
v2
Comments
Dhaval Radhanpara 27-Jan-13 3:44am    
i tried these codes. they helped too. but when the cd is not empty, they won't work. any suggestion?
Abhishek Pant 27-Jan-13 4:20am    
It will be applicable for re-writable disks.see 2nd link above.first format that disk. detect media-if it is full- format that-if not burn from last track/sector.
please vote and accept if it helps you.
Dhaval Radhanpara 18-Feb-13 2:34am    
what i want to do is -> i want to add files to the cd. cd already contains some files and i want to add some other files to the cd.
Abhishek Pant 18-Feb-13 2:39am    
see the comment by Philippe Mori above. and if cd is not like that you cant do that any more.

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