Flushes the content of the file associated with the given handle, ensuring all data is written to disk.
file_flush({file_handle})
Open a file, flush its content
hnd = file_open("log.txt"); file_flush(hnd);
file_delete
file_open file_close
file_read
file_append file_flush