ns_writecontent - Write content to a file
TABLE OF CONTENTS
SYNOPSIS
DESCRIPTION
COMMANDS
EXAMPLES
SEE ALSO
KEYWORDS
|
This function writes all the content (including any embedded null characters) to the specified file.
set fp [open /tmp/data.txt] ns_writecontent $fp close $fp |