how to delete a file ?
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
Look for DeleteFile in the MSDN :) Chris Richardson
Terrain Software -
You can use SHFileOperation to delete a file or You can use the API _unlink() Ankush