SyntaxFix
Write A Post
Hire A Developer
Questions
Start with this:
Set fso = CreateObject("Scripting.FileSystemObject") If (fso.FileExists(path)) Then msg = path & " exists." Else msg = path & " doesn't exist." End If
Taken from the documentation.