Hello,
Is there a simple way of copying one file into another from within an application.
Basically i'm writing a log file of the success/failiure of th e application. At the end it would be helpful to have a record of the data used in the application.
Ideally a function similar to fprintf(inputfile,"format",string);
except substituting the string for an axisting file.
Is there a simple way of copying one file into another from within an application.
Basically i'm writing a log file of the success/failiure of th e application. At the end it would be helpful to have a record of the data used in the application.
Ideally a function similar to fprintf(inputfile,"format",string);
except substituting the string for an axisting file.