Function File.seekEnd
Changes the file reading/writing cursor to the specified position (in bytes from the end of the file). Note: This is an offset, so you should use negative numbers or the cursor will be at the end of the file.
void seekEnd
(
const(long) position = 0L
) nothrow @nogc;