Windows删除文件函数

 

BOOL DeleteFile (

LPCTSTR lpFileName;

);

成功返回非零值,失败返回0,可用GetLastError()找到失败的返回码。

你可能感兴趣的:(Windows删除文件函数)