Dir$ accepts wildcards, so you could use that to verify the file exists. Check out SHFileOperation API, I believe it accepts wildcards.
Code:
If LenB(Dir$("Drive:\Path\Filename.e*")) Then
' Call SHFileOperation here
End If
|
__________________
Quis custodiet ipsos custodues.
|