You are on page 1of 1

Dim flsysobj as New FileSystemObject, Fl as File if (flsysobj.FileExists("PathToFile")) then Fl = flsysobj.GetFile("PathToFile") Fl.

Delete End if

You might also like