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 (optional, defaults to
".*"
)- Parameters:
- path (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.