Menu
×
   ❮     
HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C C++ C# BOOTSTRAP REACT MYSQL JQUERY EXCEL XML DJANGO NUMPY PANDAS NODEJS R TYPESCRIPT ANGULAR GIT POSTGRESQL MONGODB ASP AI GO KOTLIN SASS VUE DSA GEN AI SCIPY CYBERSECURITY DATA SCIENCE
     ❯   

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