Please note, this is a STATIC archive of website www.w3schools.com from 05 May 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.
THE WORLD'S LARGEST WEB DEVELOPER SITE

ADO DeleteRecord Method


❮ Complete Record Object Reference

The DeleteRecord method deletes a file or directory.

Tip: Close the Record object after calling this method to prevent unpredictable behaviors of the Record.

Syntax

objrecord.DeleteRecord(src,async)

Parameter Description
src Optional. The URL of the file or directory that will be deleted
async Optional. A Boolean value that, when True, sets the delete operation to be asynchronous

❮ Complete Record Object Reference