Re: Adding/Removing byes from the beginning of a file
- Posted by BRyan Feb 21, 2015
- 1833 views
GreenEuphorian said...
How to add/remove bytes from the beginning of a (binary) file?
Thanks
Green Euphorian
How about reading the whole file into a sequence.
Chop the front off the sequence and write the sequence back into the file.