Lines Matching +full:sub +full:- +full:path
5 and all its sub-directories. There are options to exclude certain files and
6 sub-directories.
21 Create HTML index files for a given directory and all its sub-directories.
32 l_index_file_path = os.path.join(i_dir_path, "index.html")
35 # Created a sorted list of sub-directories in this directory
40 if os.path.isdir(os.path.join(i_dir_path, d))
50 if not os.path.isdir(os.path.join(i_dir_path, f))
78 os.path.join(i_dir_path, l_dir),
95 Parse the given list as command-line arguments and return an object with
99 i_raw_args A list of command-line arguments, usually taken from
107 "sub-directories."
116 "--exclude",
119 help="A space-delimited list of files to exclude from the index.",