xo::write_tmp_file

 xo::write_tmp_file

Defined in

Testcases:
No testcase defined.
Source code:
    upvar $varFilename tmpFileName
    set F [file tempfile tmpFileName]
    fconfigure $F -translation binary
    puts -nonewline $F $content
    close $F
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: