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.
How To delete a file uninstalled
Name: quiz Date: March 27, 2009 at 05:11:28 Pacific OS: Windows Vista(32) Home Premium Subcategory: C/C++
Comment:
How To delete a file that i have uninstalled thats on the desktop it's Cam Studio
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'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 a...
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...