Displaying 1 result from an estimated 1 matches for "p9_os".
Did you mean:
p96ys
2002 Jan 29
0
(PR#1287) seek was ignoring the `origin' argument (was
...from: (NULL) (129.187.254.49)
>
>
> It seems that seek() can't reposition a file connection, but it can report the
> actual file position correctly if the file connection was repositioned by
> another function (e.g. readBin()).
>
> R code:
>
> > s <- file("p9_os/p9lr_all.mea","rb")
> > s
> description class mode
> "p9_os/p9lr_all.mea" "file" "rb"
> text opened can read
> &...