当前位置: 代码迷 >> Brew >> IFile接口对应ftell有关问题
  详细解决方案

IFile接口对应ftell有关问题

热度:10363   发布时间:2013-02-26 00:00:00.0
IFile接口对应ftell问题
IFile接口中没有C库中的ftell()函数,怎样得到文件指针的当前位置?在应用中需多次用到,求求有经验的高手和版主帮帮忙,谢谢!

------解决方案--------------------------------------------------------
IFILE_Seek 后保留相关信息不可以吗?
------解决方案--------------------------------------------------------
仔细看看IFILE的API介绍
IFILE_Seek() 

In the special case when the seek type is _SEEK_CURRENT and the move distance is 0 (zero), the position of the current file pointer is returned