I need to read the first line in a file then delete that line.
The only way I can think of doing this is reading in the curent file starting at the second line and then over write the file with the new data.
My question is how do I read in the file from the second line into an array to rewrite the file?
Or is there a better easyer way?


Reply With Quote

Bookmarks