請教各位
temp = "C:\Windows\Config.sys"
test = Dir(temp)
If test = "" Then
MsgBox "檔案不存在"
Else
MsgBox "檔案存在"
End If
那麼我如果想要檢查在C:\Windows,只要是Con開頭的,都將它顯示出來,請問我讓如何做呢,謝謝各位
temp = "C:\Windows\Config.sys"
test = Dir(temp)
If test = "" Then
MsgBox "檔案不存在"
Else
MsgBox "檔案存在"
End If
那麼我如果想要檢查在C:\Windows,只要是Con開頭的,都將它顯示出來,請問我讓如何做呢,謝謝各位
請先 登入 以發表留言。