Create a file using ASP with the FileSystemObject
Create a file using ASP with the FileSystemObject
Rate Create a file using ASP with the FileSystemObject
(1(1 Vote))
set mfo=server.createobject("scripting.filesystemobject")
mf=mfo.createtextfile(abc.txt) 'this line create the text file on client Pc
mf.writeline("Any text") 'this line is use to wirte any text in file
%>
Create a file using ASP with the FileSystemObject Comments
No comments yet — be the first to post one!
Post a Comment