51Testing软件测试论坛

标题: 删除一个.dat文件 [打印本页]

作者: xihong2004    时间: 2006-5-10 20:53
标题: 删除一个.dat文件
我要调试一个升级服务器,每次升级成功后,会在本地写入一个dat的配置文件,若要再升级,就要殷这个.dat文件先删除。
删除文件的脚本要怎么写?
作者: 生如火花    时间: 2006-5-11 10:04
打开我的电脑,点SHIFT+DEL再确定,录这段吧
作者: xihong2004    时间: 2006-5-11 17:13
有没有指定什么命令可以直接删除的
比如:
delfile(路径/文件名)
这样的
作者: shyfish    时间: 2006-5-11 21:37
Window API:
DeleteFile(FullFileName);

This function isn't included in WIN32API module, howerver, see MSDN in which DLL it is included, then load the DLL, use it, unload the DLL
Or, build a new DLL to extend the function?




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2