EPWpy.utilities.walk_path# Functions print_file(file) print_tree(startpath[, show_files, indent]) Recursively prints folders (and optionally files) as a tree. EPWpy.utilities.walk_path.print_file(file)[source]# EPWpy.utilities.walk_path.print_tree(startpath, show_files=True, indent='')[source]# Recursively prints folders (and optionally files) as a tree. Hidden files/folders (starting with .) are skipped. If show_files=False, only directories are shown.