Author: gbl08ma
Posted: 20 Jan 2013 10:44:46 am (GMT -5)
You open the file, then you do:
Code:
Where "filehandle" is the file handle returned by Bfile_OpenFile.
_________________
My blog, where I write about random things... | tiny URL shortener
View JPEG images on your Prizm | Utilities for the Casio Prizm - clock, stopwatch, calendar/agenda, add-in manager and more!
Posted: 20 Jan 2013 10:44:46 am (GMT -5)
You open the file, then you do:
Code:
int size = Bfile_GetFileSize_OS(filehandle, Bfile_TellFile_OS( filehandle ));
Where "filehandle" is the file handle returned by Bfile_OpenFile.
_________________
My blog, where I write about random things... | tiny URL shortener
View JPEG images on your Prizm | Utilities for the Casio Prizm - clock, stopwatch, calendar/agenda, add-in manager and more!