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