Thread
:
Function to delete / rename a file
View Single Post
Apr 4th, 2006, 11:27 PM
#
2
Kaja Fumei
Hobbyist Programmer
Join Date: Oct 2005
Posts: 134
Rep Power:
4
Actually, there is no C++ specific way. You use the same C functions, except include <cstdio> rather than <stdio.h> and rename() and remove() will be in the "std" namspace.
Kaja Fumei
View Public Profile
Visit Kaja Fumei's homepage!
Find More Posts by Kaja Fumei