编程刷新explorer

来源:互联网 发布:物理轨迹软件 编辑:程序博客网 时间:2024/06/05 18:50

from win32com.shell import shell, shellcon

def notify(f):

    shell.SHChangeNotify(shellcon.SHCNE_UPDATEITEM, shellcon.SHCNF_PATH|shellcon.SHCNF_FLUSHNOWAIT, f, None)

 

notify("c:/usr/local")

原创粉丝点击