This example shows how to delete a file using ASP. change the file and location in the code for your own purposes.
<%
Set objFSO = CreateObject(“Scripting.FileSystemObject”)
objFSO.DeleteFile “d:\test.txt”, True
%>
No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.


















