Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

How do I get the parent directory in Python?

from pathlib import Path
Path(Path.cwd()).parent
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #How #I #parent #directory
ADD COMMENT
Topic
Name
3+1 =