| Contents | Index |
frewind(fileID)
frewind(fileID) sets the file position indicator to the beginning of a file. fileID is an integer file identifier obtained from fopen.
If the file is on a tape device and the rewind operation fails, frewind does not return an error message.
frewind(fileID) is equivalent to:
fseek(fileID, 0, 'bof');
fclose | feof | ferror | fopen | fprintf | fread | fscanf | fseek | ftell | fwrite
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |