Windows phoneでこれを使用することは可能ですか?
var fsObj = new ActiveXObject("Scripting.FileSystemObject");
var theFile = fsObj.CreateTextFile("c:\\giantco.txt", true);
theFile.WriteLine(theData);
theFile.Close();
そこにないかもしれないことを理解していますc:\
.WP7とiPhoneの両方に代わるものはありますか?
乾杯!