ADO DeleteRecord 메서드


❮ 전체 레코드 개체 참조

DeleteRecord 메서드는 파일이나 디렉터리를 삭제합니다.

팁: 레코드의 예측할 수 없는 동작을 방지하려면 이 메서드를 호출한 후 레코드 개체를 닫습니다.

통사론

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

❮ 전체 레코드 개체 참조