proc_source_file_full_path (private, deprecated)

 proc_source_file_full_path proc_name

Defined in packages/acs-tcl/tcl/deprecated-procs.tcl

Deprecated. Invoking this procedure generates a warning.

This is a used function solely kept here for (unclear) backward compatibility in acs-bootstrap-installer/tcl/00-proc-procs.tcl. AFIKT, there is no need for this function in OpenACS, it should be removed after the release of OpenACS 5.10.

Parameters:
proc_name (required)

Testcases:
No testcase defined.
Source code:
ad_log_deprecated proc proc_source_file_full_path
    if { ![nsv_exists proc_source_file $proc_name] } {
        return ""
    } else {
        set tentative_path [nsv_get proc_source_file $proc_name]
        regsub -all -- {/\./} $tentative_path {/} result
        return $result
    }
XQL Not present:
PostgreSQL, Oracle
Generic XQL file:
packages/acs-tcl/tcl/deprecated-procs.xql

[ hide source ] | [ make this the default ]
Show another procedure: