How do I read a .txt file from a different directory in python? Flask flyf35 — 8 April 2023 · Comments off Solution with open('C:/users/user/desktop/flaskpractice/clients.txt') as json_file: