Arc Forumnew | comments | leaders | submitlogin
3 points by kens1 5889 days ago | link | parent

Arc doesn't have any way to seek in a file. The MzScheme (file-position n) operation does what you want. You can use it via a Scheme escape from the Anarki version of Arc, if they haven't explicitly added it already.

file-position documentation: http://download.plt-scheme.org/doc/mzscheme/mzscheme-Z-H-11....