File.seekEnd

Changes the file reading/writing cursor to the specified position (in bytes from the end of the file). Note that this is an offset, so you should use negative numbers or the cursor will be at the end of the file.

struct File
@nogc nothrow
void
seekEnd
(
in long position = 0
)

Meta