A Script to delete a file.
<% Dim FileObject Set File = FileObject.GetFile("c:\nomefile") File.Delete %>
Download code...
Print this page