B
Bruce
Can anyone tell me why the * wildcard does not work in the example below?
Rgds
Bruce
myDest = "C:\test\"
If fs.FileExists(myDest & "*.mdb") Then
fs.DeleteFile myDest & "*.mdb", True
End If
Rgds
Bruce
myDest = "C:\test\"
If fs.FileExists(myDest & "*.mdb") Then
fs.DeleteFile myDest & "*.mdb", True
End If