摘要: maybelikethis,itisabstractedfromMSDNremove,_wremoveDeleteafile.intremove(constchar*path);int_wremove(constwchar_t*path);....................#include<stdio.h>voidmain(void){if(remove("remove.obj")==-1)perror("Couldnotdelete'REMOVE.OBJ'");elseprintf("Deleted' 阅读全文
posted @ 2013-05-09 17:23 boys2012 阅读(179) 评论(0) 推荐(0)