我正在使用VBscript
递归删除文件夹。存在的文件夹是SERVIGISTICS\EDSSolo5.8\
“还有几个文件夹和批处理文件”....
我正在使用
If oFSO.FolderExists("C:\Program Files\SERVIGISTICS")then
oFSO.DeleteFolder "C:\Program Files\SERVIGISTICS", True
End if
oFSO.DeleteFolder
弹出runtime error "Permission Denied"
我在系统上下文中运行脚本,该脚本具有该目录的完全权限。
管理员是文件夹