On Tue, Nov 26, 2019 at 09:09:08AM -0800, C K Kashyap wrote:
> Is there a way to get the file offset (which I can get using lseek)? I need

Unfortunately, the PicoLisp I/O machinery does not handle file positions, and
has no functions to get or set them.

The database does it (the position of an object is its 'id' multiplied by the
block size), but this perhaps does not help you.

One way might be using pipes to/from the 'dd' tool ...

☺/ A!ex

-- 
UNSUBSCRIBE: mailto:[email protected]?subject=Unsubscribe

Reply via email to