Reads the contents of an open file as a string.
file_read({file_handle})
Open a file, read its contents, and store in result
hnd = file_open("document.txt"); content = file_read(hnd); // returns file content as string
file_delete
file_open file_close
file_read
file_append file_flush