Categories

Thousands of experts bid on your personal project at ScriptLance.com

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
%>

No related posts.

Related posts brought to you by Yet Another Related Posts Plugin.

You must be logged in to post a comment.