在Windows Phone 7上使用FileSystemObject - IE9 Mango(和iPhone替代品)

时间:2011-08-26 13:08:27

标签: javascript windows-phone-7 filesystemobject

是否可以在Windows手机上使用它?

var fsObj = new ActiveXObject("Scripting.FileSystemObject");
var theFile = fsObj.CreateTextFile("c:\\giantco.txt", true);
theFile.WriteLine(theData);
theFile.Close();

我知道那里可能没有c:\ - WP7和iPhone都有替代品吗?

干杯!

1 个答案:

答案 0 :(得分:3)

没有。 WP7上不存在ActiveX。您无法从任何Web浏览器直接访问文件系统。