template::util::resolve_directory_url (public)

 template::util::resolve_directory_url url

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

Resolve the filename for a directory URL

Parameters:
url

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.
Source code:
    set path $::acs::pageroot$url

    if { [file isdirectory $path] && [file exists ${path}index.adp] } {
        set url ${url}index.acs
    }

    return $url
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: