遇到一些编程上的问题.程序中是如何处理文件的。
热心网友
WINAPI中提供有 DeleteFile()函数:HRESULT DeleteFile([in,string]LPCWSTR wsFile);Deletes the given file from the destination site. wsFile---Address of a null-terminated string that contains the name of the file to delete. --------------------------------------------------------------
热心网友
你可以考虑用CFile类,或者调用Api函数都是很方便的。