FREE Web Template Download
HTML CSS JAVASCRIPT SQL PHP BOOTSTRAP JQUERY ANGULARJS TUTORIALS REFERENCES EXAMPLES Blog
 

ADO DeleteRecord Method


Record Object Reference 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

Record Object Reference Complete Record Object Reference