当前位置: 技术问答>linux和unix
请问:如何在c程序中,删除和复制一个文件
来源: 互联网 发布时间:2015-04-28
本文导语: 请问:如何在c程序中,删除和复制一个文件 | NAME unlink - delete a name and possibly the file it refers to SYNOPSIS #include int unlink(const char *pathname); 复制操作,自...
请问:如何在c程序中,删除和复制一个文件
|
NAME
unlink - delete a name and possibly the file it refers to
SYNOPSIS
#include
int unlink(const char *pathname);
复制操作,自己动手写,要么调用system/execl执行shell命令
unlink - delete a name and possibly the file it refers to
SYNOPSIS
#include
int unlink(const char *pathname);
复制操作,自己动手写,要么调用system/execl执行shell命令