Does anyone know how I could go about breaking up a large (770 mb) text file into smaller files?
I can't seem to find any ideas anywhere. I have a file, that contain archived emails. I need to parse them into their indivdual emails. i know how to do that part of it, but I in-order for that method to work, I need to be able to start reading from a specified location in the file, which I don't know how to do, or replace the section I've already read with a nullstring, which I don't know how to do either. The file is obviosly too big to fit in a variable, which is what I have been doing with this project.
Any one have any suggestions or ideas??
I can't seem to find any ideas anywhere. I have a file, that contain archived emails. I need to parse them into their indivdual emails. i know how to do that part of it, but I in-order for that method to work, I need to be able to start reading from a specified location in the file, which I don't know how to do, or replace the section I've already read with a nullstring, which I don't know how to do either. The file is obviosly too big to fit in a variable, which is what I have been doing with this project.
Any one have any suggestions or ideas??