template::util::write_file path text
Defined in packages/acs-templating/tcl/util-procs.tclWrites a text file Parameters: path - The absolute path to the file text - A string containing the text to write to the file.
Writes a text file