The DeleteRecord method deletes a file or directory. Tip: Close the Record object after calling this method to prevent unpredictable beh...
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 |
Goto Record Object Complete Reference