“Python Get Base Directory” Kode Jawaban

Python Get Base Directory

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

Python bergabung dengan jalur

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

Jawaban yang mirip dengan “Python Get Base Directory”

Pertanyaan yang mirip dengan “Python Get Base Directory”

Lebih banyak jawaban terkait untuk “Python Get Base Directory” di Python

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya