unlink删除文件,例如:unlink("c:\\io.sys");注意,文件夹的\符号要用重复一下。
#include DeleteFile("d:\\bk.bmp");
#include using namespace std;int main(){remove("D:\\1.txt");return 0;}