Move to specified position in file
If a file has n bytes of data, then those
n bytes are in positions 0 through
n-1.
To move to the beginning of a file, call
frewind(fileID)
This call is identical to
fseek(fileID, 0, 'bof')