Answers for "python get location of script"

2

python get script path

os.getcwd()
Posted by: Guest on June-03-2020
0

python get location of script

import os

file_path = os.path.realpath(__file__)
Posted by: Guest on June-20-2021

Code answers related to "python get location of script"

Python Answers by Framework

Browse Popular Code Answers by Language