fopen (* delete *)
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
Hi all... I m working on win32 console application.... does anyone know how can I delete a file? =-=-=-=-=-= The Server
-
Hi all... I m working on win32 console application.... does anyone know how can I delete a file? =-=-=-=-=-= The Server
_unlink()
orDeleteFile()
- Mike -
Hi all... I m working on win32 console application.... does anyone know how can I delete a file? =-=-=-=-=-= The Server
Hi DeleteFile(lpFileName) If the function succeeds, the return value is nonzero. If the function fails, the return value is zero. Mahesh