Open a file connection at given byte position

open_file_at(file, offset = 0, open = "rb")

Arguments

file

A pathname to a *.index file to be created or read from.

offset

The file byte position where to position the connection after being opened.

open

(character) Mode to open the file connection in, cf. base::file().

Value

A file base::connection moved to position offset.