Main Content
frewind
Move file position pointer to beginning of open file
Syntax
Description
Examples
Input Arguments
Tips
If the file is on a tape device and the rewind operation fails,
frewind
does not return an error message.
Alternatives
frewind(fileID)
is equivalent to:
fseek(fileID, 0, 'bof');