template::util::write_file (public)

 template::util::write_file path text

Defined in packages/acs-templating/tcl/util-procs.tcl

Writes a text file

Parameters:
path (required)
The absolute path to the file
text (required)
A string containing the text to write to the file.

Partial Call Graph (max 5 caller/called nodes):
%3 test_read_write_file read_write_file (test acs-templating) template::util::write_file template::util::write_file test_read_write_file->template::util::write_file template::util::set_file_encoding template::util::set_file_encoding (public) template::util::write_file->template::util::set_file_encoding auth::authority::batch_sync auth::authority::batch_sync (public) auth::authority::batch_sync->template::util::write_file content::deploy content::deploy (public, deprecated) content::deploy->template::util::write_file content::init content::init (public) content::init->template::util::write_file workflow::graph::draw workflow::graph::draw (public) workflow::graph::draw->template::util::write_file

Testcases:
read_write_file
[ show source ]
Show another procedure: