当前位置: 首页 > 网络学院 > 服务端脚本教程 > ADO > ADO DeleteRecord 方法

ADO
ADO DataTypes
ADO 摘要
ADO 实例

ADO DeleteRecord 方法


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-03-04   浏览: 425 ::
收藏到网摘: n/a

The DeleteRecord method deletes a file or directory.
DeleteRecord的作用是:删除一个文件或是目录。

Tip: Close the Record object after calling this method to prevent unpredictable behaviors of the Record.
提示:在请求该方法后关闭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
可选参数。指定一个逻辑值。当为True时,设操作进程设置为不同步操作。

评论 (0) All

登陆 | 还没注册?