Open a file connection at given byte position
open_file_at(file, offset = 0, open = "rb")
A pathname to a *.index
file to be
created or read from.
The file byte position where to position the connection after being opened.
(character) Mode to open the file connection in, cf.
base::file()
.
A file base::connection moved to position offset
.