VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Create a file using ASP with the FileSystemObject

by Kashif Nisar (4 Submissions)
Category: Active Server Pages
Compatability: ASP (Active Server Pages)
Difficulty: Unknown Difficulty
Originally Published: Sat 9th November 2002
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Create a file using ASP with the FileSystemObject

Rate Create a file using ASP with the FileSystemObject



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

Download this snippet    Add to My Saved Code

Create a file using ASP with the FileSystemObject Comments

No comments have been posted about Create a file using ASP with the FileSystemObject. Why not be the first to post a comment about Create a file using ASP with the FileSystemObject.

Post your comment

Subject:
Message:
0/1000 characters