pathlib get directory code example Example: pathlib path get directory of current file import pathlib pathlib.Path(__file__).parent.absolute()