content::revision::check_dirs (private)

 content::revision::check_dirs [ -max_results max_results ] \
    [ -max_checks max_checks ] [ -returnlist ] [ -prune ]

Defined in packages/acs-content-repository/tcl/content-revision-procs.tcl

Figure out, how many directories in the CR are empty, report them optionally or delete them optionally.

Switches:
-max_results
(defaults to "5000") (optional)
stop after having found so many empty directories
-max_checks
(defaults to "10000") (optional)
stop after having checked so many directories
-returnlist
(boolean) (optional)
return the directories as part of the result
-prune
(boolean) (optional)
delete the found empty directories
Author:
Gustaf Neumann

Partial Call Graph (max 5 caller/called nodes):
%3 cr_fs_path cr_fs_path (private) content::revision::check_dirs content::revision::check_dirs content::revision::check_dirs->cr_fs_path

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