I am working with a few nested folders, and I have trouble accessing some of the folders from my current working directory.I am currently working on this in Python 3.6
Here is the current file directory structure:
../PROJECT
../PROJECT/REVIEWS/RESULTS/excel_file.xlsx
../PROJECT/LDA_MODEL/TOPIC_MODEL/model.py
If my current working directory is ../PROJECT/LDA_MODEL/TOPIC_MODEL
, how can I access the /PROJECT/REVIEWS/RESULTS/excel_file.xlsx
without changing my current working directory?