Click to See Complete Forum and Search --> : Deleting A file


April 23rd, 1999, 07:45 AM
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

Franky Braem
April 23rd, 1999, 08:09 AM
You can use the remove function. (stdio.h)

Hardeep Singh
April 23rd, 1999, 08:32 AM
Use DeleteFile(). It's a Win32 function