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