Hel*_*ein 63
从这开始:
Set fso = CreateObject("Scripting.FileSystemObject")
If (fso.FileExists(path)) Then
msg = path & " exists."
Else
msg = path & " doesn't exist."
End If
Run Code Online (Sandbox Code Playgroud)
取自文档.
| 归档时间: |
|
| 查看次数: |
110700 次 |
| 最近记录: |