6 lines
114 B
Plaintext
6 lines
114 B
Plaintext
|
<%
|
||
|
Dim objFSO
|
||
|
Set objFSO = CreateObject("Scripting.FileSystemObject")
|
||
|
objFSO.DeleteFile("c:\test.txt")
|
||
|
%>
|