get_text_paths
=False) parse_utils.get_text_paths(directory, recursive
Get a list of full paths for all text files.
Parameters
Name | Type | Description | Default |
---|---|---|---|
directory | str | A string indictating a path to a directory. | required |
recursive | Whether to search subdirectories. | False |
Returns
Name | Type | Description |
---|---|---|
List | A list of full paths. |