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" );
Signup for cfbreak
to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.