fn writeFileAllUnseekable(self: File, in_file: File, args: WriteFileOptions) WriteFileError!void

Does not try seeking in either of the File parameters. See writeFileAll as an alternative to calling this.

Parameters

self: File,
in_file: File,