Read part of binary file and save as new file.
save.filepart(infile, read_from, read_len, outfile)
for input file, part of it gets read.
integer, index at which to start reading, from start of file. Used to seek
to the position.
integer, the number of bytes to read.
character string, the output filename.