rp_concrete_file (private)

 rp_concrete_file [ -extension_pattern extension_pattern ] path

Defined in packages/acs-tcl/tcl/request-processor-procs.tcl

Given a path in the filesystem, returns the file that would be served, trying all possible extensions. Returns an empty string if there's no file "$path.*" in the filesystem (even if the file $path itself does exist).

Switches:
-extension_pattern
(defaults to ".*") (optional)
Parameters:
path

Partial Call Graph (max 5 caller/called nodes):
%3 rp_serve_abstract_file rp_serve_abstract_file (private) rp_concrete_file rp_concrete_file rp_serve_abstract_file->rp_concrete_file parameter::get parameter::get (public) rp_concrete_file->parameter::get

Testcases:
No testcase defined.
[ show source ]
Show another procedure: