Secure temporary file: Difference between revisions

→‎{{header|Groovy}}: mistaken attribution. (BTW, this error has existed for over 7 years and no one--most especially me--caught it.)
(→‎{{header|Fortran}}: I suppose not everyone is familiar with fortran I/O unit numbers.)
(→‎{{header|Groovy}}: mistaken attribution. (BTW, this error has existed for over 7 years and no one--most especially me--caught it.))
Line 179:
</pre>
 
=={{header|Groovy}}==
<lang groovy>def file = File.createTempFile( "xxx", ".txt" )
 
Anonymous user