cr_add_to_file_creation_log (private)

 cr_add_to_file_creation_log content_file

Defined in packages/acs-content-repository/tcl/content-procs.tcl

Record an entry in the file creation log for managing orphaned files.

Parameters:
content_file (required)

Testcases:
No testcase defined.
Source code:
    set dir [cr_fs_path]
    ad_mutex_eval [nsv_get mutex cr_file_creation] {
        set f [open $dir/file-creation.log a]
        puts $f $content_file
        close $f
    }
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: