Difference between revisions of "Ns tmpnam"

From AOLserver Wiki
Jump to navigation Jump to search
(imported from WiKit id 686)
 
(No difference)

Latest revision as of 20:38, 9 June 2004

Man page: http://aolserver.com/docs/tcl/ns_tmpnam.html


NAME

ns_tmpnam - Generate a temporary file name

SYNOPSIS

ns_tmpnam

DESCRIPTION

This command generates a filename that can safely be used for a temporary file. ns_tmpnam uses the tmpnam() function, therefore the behavior will depend on the operating system.

EXAMPLES

 % ns_tmpnam
 /tmp/fileCQwPYG

SEE ALSO

ns_mktemp


Category Documentation - Category Core Tcl API