以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.com/bbs/index.asp)
--  专家坐堂  (http://foxtable.com/bbs/list.asp?boardid=2)
----  删除文件  (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=186219)

--  作者:飘过的巨蟹座
--  发布时间:2023/4/13 23:51:00
--  删除文件
            For Each File As String In FileSys.GetFiles(ProjectPath & "dianpu\\")
                If FileSys.getname(File) Like "*" & e.GetValues("dpmc") & "*" Then 
这里该怎么写,才能删除符合上面条件的文件,就是包含了指定字符的文件
            End If
        Next
[此贴子已经被作者于2023/4/13 23:51:28编辑过]

--  作者:有点蓝
--  发布时间:2023/4/14 8:30:00
--  
    If FileSys.getname(File) Like "*" & e.GetValues("dpmc") & "*" Then 
FileSys.DeleteFile(File ,2,2)