Rss & SiteMap
Foxtable(狐表) http://www.foxtable.com
If FileSys.DirectoryExists("F:\翻译3") = False Then '没有该文件夹
FileSys.CreateDirectory("F:\翻译3") '创建文件夹
End If
If FileSys.DirectoryExists("F:\翻译3") Then '判断有没有该文件夹
FileSys.DeleteDirectory("F:\翻译3" ,3,3) '删除该文件夹
End If
在命令窗口执行上面代码,当出现"确实要删除文件夹"翻译3"并将所有内容移入回收站吗?"时,点击按钮"否"会出错,请问如何设置?