handle_input

handle_input(input_path: pathlib.Path | str, output_dir: str | pathlib.Path | None = None) -> list[pathlib.Path]

Process the input string and return the appropriate file paths

Parameters:
NameDescription
input_pathType: pathlib.Path | str
output_dirType: str | pathlib.Path | None

Default: None