Delete a file using ASP
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
%>
Bookmark It
Hide Sites
[ Back to top ]



























