from pathlib import Path for txt_path in Path("/path/folder/directory").glob("*.txt"): print(txt_path)