PDA

View Full Version : C++ auto replace


airborn9_78
05-29-2004, 06:09 PM
hi , i'm new to c++. i was wondering if any of you could tell me the codes to delete and a replace file in a folder.
eg. c:/programs/game1 < deleted
c:/programs/document/ < uploadfile from downloaded source

if any one can help with this it will be great. thanx

Jason
06-02-2004, 12:31 AM
you want to read more into fopen and the functions that go along with that. It gives the ability to open existing files, you can then copy info out and write it somewhere else...etc...just read up...


Jason