File.seek

Sets the file position indicator

struct File
nothrow @nogc
bool
seek
(
size_t offset
,
int origin
)

Parameters

offset size_t

number of characters to shift the position relative to origin

origin int

position to which offset is added

Return Value

Type: bool

true upon success, false otherwise

Meta