So ermitteln Sie den Pfad eines Skripts in Python.
get-script-path.py
import os, json, datetime #Skriptpfad BASE_DIR = os.path.dirname(__file__) #Angeben der Datendatei DATA_FILE = BASE_DIR + '/data.txt'
Recommended Posts