ad_find_all_files

EveAndersson.com : API Browser : ad_find_all_files

ad_find_all_files

ad_find_all_files [ -include_backup include_backup ] \
    [ -include_dirs include_dirs ] [ -max_depth max_depth ] path
Defined in packages/acs-core/apm-procs.tcl

Returns a list of full paths to all files under $path in the directory tree (descending the tree to a depth of up to $max_depth). Includes backup files only if $include_backup is true; includes directories in the returned list only if $include_dirs is true. Ignores all files for which apm_ignore_file_p returns true. Clients should not depend on the order of files returned.

Switches:
-include_backup (defaults to "0")
-include_dirs (defaults to "0")
-max_depth (defaults to "10")

Parameters:
path
[ show source ]

Show another procedure:

eve@eveandersson.com