Hello,
Is there a function that takes path\filename as params and deletes that file from your disk. If not, could I get a hint as to where to look for info.
Anyone,
Anyone,
:)
Later and Thanks,
Jesus
Printable View
Hello,
Is there a function that takes path\filename as params and deletes that file from your disk. If not, could I get a hint as to where to look for info.
Anyone,
Anyone,
:)
Later and Thanks,
Jesus
You can use the remove function. (stdio.h)
Use DeleteFile(). It's a Win32 function