“Comment obtenir le répertoire parent Python” Réponses codées

Python Get Parent Directory

from pathlib import Path
Path('C:\Program Files').parent
wp-overwatch.com

Python Get Parent Directory

import os.path
os.path.dirname('C:\Program Files')
wp-overwatch.com

Comment obtenir le répertoire parent Python

from pathlib import Path
path = Path(Path.cwd())
print(path.parent)
Beautiful Bat

Réponses similaires à “Comment obtenir le répertoire parent Python”

Questions similaires à “Comment obtenir le répertoire parent Python”

Plus de réponses similaires à “Comment obtenir le répertoire parent Python” dans Python

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code