MCPcopy Create free account
hub / github.com/QNapi/qnapi / unpackArchiveFile

Method unpackArchiveFile

libqnapi/src/utils/p7zipdecoder.cpp:43–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43bool P7ZipDecoder::unpackArchiveFile(const QString& archivePath,
44 const QString& filename,
45 const QString& targetPath) const {
46 return runP7Zip({"e", "-y", "-o" + targetPath, archivePath, filename});
47}
48
49bool P7ZipDecoder::unpackArchiveFiles(const QString& archivePath,
50 const QString& targetPath) const {

Callers 1

unpackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected