“Chemin Pathlib du fichier actuel” Réponses codées

PATHLIB PATH OBTENIR RÉPERTOIRE DU FICHAGE COURANT

import pathlib
pathlib.Path(__file__).parent.absolute()
Pleasant Panda

Chemin Pathlib du fichier actuel

from pathlib import Path

BASE_DIR = Path(__file__).resolve().parent.parent
TEMPLATES_DIR = BASE_DIR.joinpath('templates')
Busy Boar

Réponses similaires à “Chemin Pathlib du fichier actuel”

Questions similaires à “Chemin Pathlib du fichier actuel”

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code