ad_mktmpdir (public)

 ad_mktmpdir [ prefix ]

Defined in packages/acs-tcl/tcl/utilities-procs.tcl

Create a temporary directory. The function respects the server's tmpdir settings.

Parameters:
prefix (optional, defaults to "oacsd")
optional parameter, for easier identification of the directory
Returns:
name of the created directory

Testcases:
apm_bootstrap_upgrade, zip_and_unzip
Source code:
            ns_mkdtemp [ns_config ns/parameters tmpdir]/$prefix-XXXXXX
XQL Not present:
PostgreSQL, Oracle
Generic XQL file:
packages/acs-tcl/tcl/utilities-procs.xql

[ hide source ] | [ make this the default ]
Show another procedure: