您现在的位置:程序化交易>> 期货公式>> 金字塔等>> 金字塔知识>>正文内容

同样vbs代码 为什么独立就能运行 在金字塔里面就运行不了 [金字塔]

  • 咨询内容: Function FilesTree(sPath)    '遍历一个文件夹下的所有文件夹文件夹        Set oFso = CreateObject("Scripting.FileSystemObject")        Set oFolder = oFso.GetFolder(sPath)        Set oSubFolders = oFolder.SubFolders                Set oFiles = oFolder.Files        For Each oFile In oFiles            WScript.Echo oFile.Path            'oFile.Delete        Next                For Each oSubFolder In oSubFolders            WScript.Echo oSubFolder.Path            'oSubFolder.Delete            FilesTree(oSubFolder.Path)'递归        Next                Set oFolder = Nothing        Set oSubFolders = Nothing        Set oFso = Nothing    End Function        FilesTree("F:\hangyedaimashiyan") '遍历   

     

  • 金字塔客服:

    WScript 不是金字塔支持的对象。

    金字塔的VBS引擎中,可用的对象请参考 帮助菜单 -》VBA编程信息

     

  • 用户回复: ok

 

有思路,想编写各种指标公式,程序化交易模型,选股公式,预警公式的朋友

可联系技术人员 QQ: 511411198  点击这里给我发消息进行 有偿 编写!不贵!点击查看价格!


【字体: 】【打印文章】【查看评论

相关文章

    没有相关内容