- 博客(1)
- 收藏
- 关注
原创 vbs删除指定文件夹下指定类型文件
Set fso = CreateObject("Scripting.FileSystemObject") Set f = fso.GetFolder(Script.GetAppPath()) For Each item In f.Files If LCase(Right(item.name, 4)) = ".dmp" Then MsgBox item.name fso.DeleteFile(item.name) End If Next Set f = Noth
2021-06-12 13:44:05 1586 1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人