Pl帮助一键删除Windows中的临时文件 [英] Pl help to do the removal of temporary files in windows by one click

查看:71
本文介绍了Pl帮助一键删除Windows中的临时文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

帮助您在Windows中删除临时文件一次点击



我尝试过:



我尝试使用以下代码&它显示临时文件但无法删除相同的



Dim df As String



On Error Resume下一页

df = Environ $(TEMP)

Shell(explorer& df,vbNormalFocus)

pl help to do the removal of temporary files in Windows by one click

What I have tried:

I tried with below code & it shows the temp file but unable to delete the same

Dim df As String

On Error Resume Next
df = Environ$("TEMP")
Shell("explorer " & df, vbNormalFocus)

推荐答案

(TEMP)

Shell(explorer& df,vbNormalFocus)
("TEMP")
Shell("explorer " & df, vbNormalFocus)


您正在迅速获得帮助吸血鬼的声誉:你似乎没有能力为自己做任何事情,甚至谷歌搜索如何去做。



见这里:LMGTFY [ ^ ]



将来,请尝试自己做至少基础研究,不要浪费你的时间或我们的时间。
You are rapidly acquiring a reputation as a Help Vampire: you do not seem to be capable of doing anything for yourself, or even of googling for how to do it.

See here: LMGTFY[^]

In future, please try to do at least basic research yourself, and not waste your time or ours.


这篇关于Pl帮助一键删除Windows中的临时文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆