Function File.seek
Changes the file reading/writing cursor to the specified position (in bytes from the beginning of the file).
void seek
(
const(long) position
) nothrow @nogc;
Changes the file reading/writing cursor to the specified position (in bytes from the beginning of the file).
void seek
(
const(long) position
) nothrow @nogc;