in reply to opened file being overwritten
Why are you opening all the three files before and reading from the 4th file? Also note that that '<' is read and '>' is write mode in the open function.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: opened file being overwritten
by perishowl (Initiate) on Dec 13, 2012 at 21:17 UTC | |
by 2teez (Vicar) on Dec 13, 2012 at 21:31 UTC | |
by Anonymous Monk on Dec 13, 2012 at 22:07 UTC | |
Re^2: opened file being overwritten
by perishowl (Initiate) on Dec 13, 2012 at 21:13 UTC |