Answers for "den pfad der python datei rausfinden"

1

den pfad der python datei rausfinden

os.path.dirname(os.path.realpath(__file__))
#path to the directory with the python file
Posted by: Guest on October-11-2020

Code answers related to "den pfad der python datei rausfinden"

Python Answers by Framework

Browse Popular Code Answers by Language