Index: openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl,v diff -u -r1.189.2.160 -r1.189.2.161 --- openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 2 Feb 2023 11:04:23 -0000 1.189.2.160 +++ openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 2 Feb 2023 11:05:50 -0000 1.189.2.161 @@ -3709,7 +3709,7 @@ directory. } { - uplevel [list file tempfile $varFilename [ns_config ns/parameters tmpdir]/$template] + uplevel [list ::file tempfile $varFilename [ns_config ns/parameters tmpdir]/$template] } if {$::tcl_version > 8.6} { @@ -3725,7 +3725,7 @@ identification of the directory @return name of the created directory } { - file tempdir [ns_config ns/parameters tmpdir]/$prefix + ::file tempdir [ns_config ns/parameters tmpdir]/$prefix } } else { #