Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python get path of current file

import pathlib
pathlib.Path(__file__).parent.absolute()
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #python #path #current #file
ADD COMMENT
Topic
Name
5+4 =