API reference

pathwalker.path_is_relative_to(…)

Return whether or not this path is relative to the other path.

pathwalker.keep_root_paths(paths)

Keeps root paths within a list of paths.

pathwalker.walk_folder_paths(root_path[, …])

Yields only paths of directories.

pathwalker.walk_file_paths(root_path[, …])

Yields only file paths.