“Extrakt -Verzeichnis Python” Code-Antworten

Python OS bekommt Dir Path

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

getcwd() # Get the current working directory
Panicky Pig

Extrakt -Verzeichnis Python

import zipfile
inpath = MyDirPath
outpath = inpath.replace(".zip", "") # Remove zip extension so that outpath does not have .zip
        with zipfile.ZipFile(inpath, 'r') as z:
            z.extractall(outpath) # Extracts
AcaiBerii

Ähnliche Antworten wie “Extrakt -Verzeichnis Python”

Fragen ähnlich wie “Extrakt -Verzeichnis Python”

Weitere verwandte Antworten zu “Extrakt -Verzeichnis Python” auf Python

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen