I have some text files in a directory (say A/b1/b2/File.txt), while my script is in another directory (say A/m1/m2/Program.py). How do I load the text file from the python script.
I am not looking to import any module, or function from other python script, but loading a non-python file(like text or csv) from some parallel location using my python script.