CreateFile



<%
Set fs = CreateObject("Scripting.FileSystemObject")
Set a = fs.CreateTextFile("d:\ramesh.htm", True)
a.WriteLine("This is a test.")
a.Close
%>

(createfile.html)- by Paolo Puglisi - Modifica del 25/3/2019