how to write to a closed output file(.CSV)
-
Hi, I would like to know if its possible to write to an already closed output file. I am actually using a .CSV file. Thanks Ehsan Behboudi
not unless you re-open it first. This posting is provided “AS IS” with no warranties, and confers no rights. You assume all risk for your use. © 2003 Microsoft Corporation. All rights reserved.
-
not unless you re-open it first. This posting is provided “AS IS” with no warranties, and confers no rights. You assume all risk for your use. © 2003 Microsoft Corporation. All rights reserved.
-
The term "reopen" implies that you have previously opened the file. Can you not use the same method again?
A rich person is not the one who has the most, but the one that needs the least.
-
mr2003 wrote: what is the code to reopen the file?
FILE *fopen( const char *filename, const char *mode );
?
Maximilien Lincourt Your Head A Splode - Strong Bad