Check if a file exists without the FileExists function, and this one is really simple and works gre
Check if a file exists without the FileExists function, and this one is really simple and works great...
Rate Check if a file exists without the FileExists function, and this one is really simple and works gre
(2(2 Vote))
X$ = Dir$("C:\windows\calc.exe")
If X$ = "" Then
MsgBox "It does Not exist!", vbExclamation, "Doesn't Exist"
Else
MsgBox "It does exist!", vbExclamation, "Does Exist"
End If
Check if a file exists without the FileExists function, and this one is really simple and works gre Comments
No comments yet — be the first to post one!
Post a Comment