Answers for "get folder a python script runs in"

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 "get folder a python script runs in"

Python Answers by Framework

Browse Popular Code Answers by Language