On Wednesday, March 20, 2013 23.43 CET, Serge Steer <serge.st...@inria.fr> 
wrote: 
 
> If you know the approximate size of the footer in number of bytes (assume N 
> greater than it) you can try to set the pointer N bytes before  the end of 
> file using the 
> u=mopen("myfile");
> mseek(-N,u,'end')
> then read the rest with
> mgetl(-1,u)
> 
> Serge

Thanks for the tip, I'll give it a try today.

Cheers,

Antoine
_______________________________________________
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users

Reply via email to