Answers for "getting the directory of the python file im running"

0

python how to get directory of script

import os
print(os.path.abspath(''))
Posted by: Guest on December-04-2020

Code answers related to "getting the directory of the python file im running"

Python Answers by Framework

Browse Popular Code Answers by Language