Ns tmpnam
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