Factor, 73 bytes
USING: io.files io.encodings [ 0 "a" utf8 set-file-contents ] [ t ] while Sets the file contents to the nul byte forever.
USING: io.files io.encodings [ 0 "a" utf8 set-file-contents ] [ t ] while Sets the file contents to the nul byte forever.