Filesystemobject 的 GetFile 方法出错 文件未找到解决方案

Filesystemobject 的 GetFile 方法出错 文件未找到function ShowSize(filePath) {var fso, ffso new Ac

Filesystemobject 的 GetFile 方法出错 文件未找到
function ShowSize(filePath) {
  var fso, f;
  fso = new ActiveXObject("Scripting.FileSystemObject");
  f = fso.GetFile(filePath);
}

文件地址验证是没有问题的。

[解决办法]
我的是03的系统,测试没问题。
你地址有没用双斜杠 \\ ?