When trying to get file size of file on SD card:
FILE* fp = fopen("file.nam","rb");
fseek(fp, 0, SEEK_END);
unsigned long size = ftell(fp);
ftell always gets a zero returned on successful call to File_fseek.
(Propeller Activity Board, propellergcc_v1_0_0)
steps to reproduce outlined at
(http://forums.parallax.com/showthread.php/157861-Having-trouble-with-quot-ftell
()-quot)
Original issue reported on code.google.com by ronsh...@gmail.com on 21 Oct 2014 at 3:49
Original issue reported on code.google.com by
ronsh...@gmail.com
on 21 Oct 2014 at 3:49