Answers for "pathlib, current directory"

2

pathlib path get directory of current file

import pathlib
pathlib.Path(__file__).parent.absolute()
Posted by: Guest on April-04-2020

Code answers related to "pathlib, current directory"

Python Answers by Framework

Browse Popular Code Answers by Language