Answers for "get root directory path python"

2

Python project root dir

import os
ROOT_DIR = os.path.abspath(os.curdir)
Posted by: Guest on April-28-2021

Code answers related to "get root directory path python"

Browse Popular Code Answers by Language