Tagged Questions

1
vote
5answers
156 views

Is it possible to write to a CD with .NET?

Possible Duplicate : Write to CD from .net I have a data file in f:\ drive named 'cd.txt'. I want to write this file to a CD i.e E:\. String source ="F:\\cd.txt"; String destination="E:\\cd.txt"; ...