Say I have a python file in directory e like this:
/a/b/c/d/e/file.py
Under directory e I have a few folders I want to access but if file.py is executed from anywhere else rather than from folder e the relative path won't work for me. Also folder e could be located anywhere but always with the a set of sub folders so absolute path will not work.
First, is there any function to get the absolute path in relation to the source files location?
If not, any ideas how to sort this out? Grab the command line used and add the CWD together?
My problem here is that this folder are being installed on 20 different machines and OS's and I want it to be as dynamic as possible with little configurations and "rules" where it has to be installed etc.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…