File.seek

Change the file reading/writing cursor to the specified position (in bytes from the beginning of the file).

struct File
@nogc nothrow
void
seek
(
in long position
)

Meta