Summary ASP FSO Tutorial--asp Delete method

Source: Internet
Author: User
I come to summarize an ASP FSO tutorial--asp Delete method, which has two instances, simple and practical, want to see a friend can pay attention to.

ASP FSO Tutorial: ASP Delete method

The deleted method deletes the specified file or folder.
Grammar

fileobject.delete[(Force)]folderobject.delete[(force)]parameterdescriptionforce

Optional A Boolean value that indicates whether a read-only file or folder will be deleted. It is true that read-only files/folders will be deleted and falsely represented, and it will not be deleted. The default is False.

To a delete operation instance of the file.

<%dim fs,fset fs=server.createobject ("Scripting.FileSystemObject") set F=FS. GetFile ("C:test.txt") F.deleteset f=nothingset fs=nothing%>

Let's take a look at a folder operation example Tutorial.

<%dim fs,foset fs=server.createobject ("Scripting.FileSystemObject") set FO=FS. GetFolder ("C:test") fo. Deleteset Fo=nothingset fs=nothing%>

"Recommended"

1. Share ASP FSO Delete file DeleteFile and folder DeleteFolder instance code

2. asp Deltextfile Delete the specified file instance under the specified folder tutorial

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.