#include <nitro/fs.h>
inline BOOL FS_SeekFileToEnd( FSFile *p_file );
p_file | Address of the FSFile structure. |
If the file pointer is correctly moved, it returns TRUE. Otherwise it returns FALSE.
This function moves the file pointer to the end of the file. This function is equivalent to FS_SeekFile(p_file, 0, FS_SEEK_END)
.
FSFile, FSSeekFileMode, FS_SeekFile, FS_SeekFileToBegin
2004/04/01 Initial version.
CONFIDENTIAL