<% Dim objFSO Set objFSO = CreateObject("Scripting.FileSystemObject") objFSO.DeleteFile("c:\test.txt") %>