cr_file_size (public)
cr_file_size relative_file_path
Defined in packages/acs-content-repository/tcl/content-procs.tcl
Returns the size of a file stored in the content repository. Takes the relative file path of the content repository file as an argument.
- Parameters:
- relative_file_path (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: return [file size [cr_fs_path]$relative_file_path]XQL Not present: Generic, PostgreSQL, Oracle