get current directory python windows code example Example: get the previous working directory in python path = os.path.dirname(__file__) print(path)