Writes beyond the 2GB barrier do not work on nall::file_buffer objects, and opening a file in file::mode::append fails if the file doesn't already exist. If it does exist, it doesn't seek to the end so you start overwriting the top of the file.
Expected behaviors: being able to write past 2GB, append to create the file if it doesn't exist, to write to the end of the file if it does.
Writes beyond the 2GB barrier do not work on nall::file_buffer objects, and opening a file in file::mode::append fails if the file doesn't already exist. If it does exist, it doesn't seek to the end so you start overwriting the top of the file.
Expected behaviors: being able to write past 2GB, append to create the file if it doesn't exist, to write to the end of the file if it does.