Answers for "python get the directory of the current script and name"

1

python reference script directory

>>> import os
>>> print(os.path.dirname(os.path.realpath(__file__))) 
C:FileLocation # Does not contain filename
Posted by: Guest on September-24-2020

Code answers related to "python get the directory of the current script and name"

Python Answers by Framework

Browse Popular Code Answers by Language