VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Delete file using 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)

Delete file using FileSystemObject

Rate Delete file using FileSystemObject




<%
set mfo=server.createobject("scripting.filesystemobject")
mfo.deletefile("file path")
%>

'By the using of this code u can delte the file from the user PC 
eg if u give path  c:\windows\win.com(for windows 98)the win.com
of users Pc would deleted.But use this code for peace full purpose
Enjoy the code 
wish u best of luck 
Kashif Nisar from Govt college of Education Lahore(Pakistan)


Download this snippet    Add to My Saved Code

Delete file using FileSystemObject Comments

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

Post your comment

Subject:
Message:
0/1000 characters