2019-03-10

Python - Retrieve the absolute path of the current script, including its name

from os import path


print path.abspath(__file__)

No comments:

Post a Comment