Answers for "run python from certain directory"

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 "run python from certain directory"

Python Answers by Framework

Browse Popular Code Answers by Language