“Python Get Base Directory” Code-Antworten

Python Get Base Directory

import os
os.path.dirname(os.path.realpath(__file__))
Seluj78

Python schließen sich den Pfaden an

import os

# Join paths using OS import. Takes any amount of arguments
path = os.path.join('/var/www/public_html', './app/', ".\\my_file.json")

print(path) # /var/www/public_html/app/myfile.json
Allen

Ähnliche Antworten wie “Python Get Base Directory”

Fragen ähnlich wie “Python Get Base Directory”

Weitere verwandte Antworten zu “Python Get Base Directory” auf Python

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen