Programming Guide



sm_fio_rewind

Resets the file stream to the beginning of a file

int sm_fio_rewind(int file_stream);

file_stream
A handle to the file to rewind, obtained by sm_fio_open.

Returns

Description

sm_fio_rewind resets the specified file stream to the file's beginning—for example, in order to re-read a file's contents.