“Python OS Get Dir Path” Respostas de código

Obter caminho para o diretório atual Python

import os
os.path.abspath(os.getcwd())
A

Python OS Get Dir Path

from os import getcwd # only import "getcwd" from os

getcwd() # Get the current working directory
Panicky Pig

Respostas semelhantes a “Python OS Get Dir Path”

Perguntas semelhantes a “Python OS Get Dir Path”

Mais respostas relacionadas para “Python OS Get Dir Path” em Python

Procure respostas de código populares por idioma

Procurar outros idiomas de código