Ns tmpnam

From AOLserver Wiki
Revision as of 20:38, 9 June 2004 by WikiSysop (talk | contribs) (imported from WiKit id 686)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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