I'm having an txt file approximately 1000kb big. Now I want to use objective-c split it into 10 txt files of 100kb.
I haven't really worked with NSRange. Well I know how it works, but then to read from a given location with the length: 'to end of file'... I've no idea how to do that.
Some code on how to split this into multiple 100kb txt file would really help me out here.
Thank you in advance.