怎么用FSO下载百度网盘资源文件
(setq FILSYS (vlax-create-object "Scripting.FileSystemObject"))(setq URL "http://xxxxxx");百度网盘下载地址
(setq file (vlax-invoke-method FILSYS "GetFile" URL))
(vlax-release-object FILSYS)
(gc)
第三行出错,错误: Automation 错误。未提供说明。
这是什么原因,是路径错了吗? 还是用得属性方法不对。
GetFile能下载文件吗?
页:
[1]