File input/output: Difference between revisions

add E example
(→‎[[C]]: Added syntax highlighting)
(add E example)
Line 280:
<cffile action="write" file="#expandPath('output.txt')#" output="#inputContents#">
</cfif>
 
==[[E]]==
 
'''Implementation''': [[E-on-Java]]
 
<file:output.txt>.setText(<file:input.txt>.getText())
 
(This version holds the entire contents in memory.)
 
==[[Forth]]==
Anonymous user