xo::write_tmp_file

 xo::write_tmp_file

Defined in

Partial Call Graph (max 5 caller/called nodes):
%3 xowiki::test::require_page xowiki::test::require_page (private) xo::write_tmp_file xo::write_tmp_file xowiki::test::require_page->xo::write_tmp_file

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