Writes the data to the file object or file path specified using the charset specified or the java default character set if unspecified.
fileWrite(filePath, data [, charset])
→ returns void
fileWrite( getTempFile( getTempDirectory(), "tempFile"), "My Data" );