Deleting a file
-
Can someone share a sample of code that deletes a file when the path is known. Thanks for any help. Kyle
I'm surprised you didn't find
DeleteFile
yourself. Joaquín M López Muñoz Telefónica, Investigación y Desarrollo -
I'm surprised you didn't find
DeleteFile
yourself. Joaquín M López Muñoz Telefónica, Investigación y Desarrollo -
Me too! Being new to C++ I searched for "delete file" on this site and when I didn't find a clear answer I asked the silly question. I should have tried the on-line help first. Please accept my apology. Kyle
Excuse my being too ironic. You don't have to apologize for anything at all, this is a free forum :) Regards. Joaquín M López Muñoz Telefónica, Investigación y Desarrollo
-
Excuse my being too ironic. You don't have to apologize for anything at all, this is a free forum :) Regards. Joaquín M López Muñoz Telefónica, Investigación y Desarrollo
Joaquin, you are very hard with that Guy... He only wants to knows how to use the
DeleteFile
function...if(DeleteFile("C:\\MyPath\\File.tmp"))
AfxMessageBox("The file was deleted...");Best Regards Carlos Antollini. www.wanakostudios.com Sonork ID 100.10529 cantollini