Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
deleting a file (C++)
Name: guy0089 Date: January 24, 2005 at 18:26:35 Pacific OS: windows 2000 CPU/Ram: NA
Comment:
I'm a C++ student at my high school. I was wondering how to delete a file. Please don't show me only the command, but the context in which it is used as well. Include any neccesary libraries. In addition, I was wondering if it is possible to delete an entire folder and all its content. If so, show me the command in context with any neccasry libraries.
Summary: I'm a C++ student using CBuilderX at my high school. I was wondering how to delete a file. Please don't show me only the command, but the context in which it is used as well. Include any neccesary ...
Summary: I have used system("del temp.txt") to delete a file before. But now i want to delete a file whose filename is stored in the string variable "fname" and the extensions at "ext1", "ext2" & "ext3". So ho...
Summary: What is the proper code to delete a file using Visual Basic? Basically, I want something like unlink for Perl. This is a challenge posting by CNChallenger....