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

Method unpackArchiveFiles

libqnapi/src/utils/p7zipdecoder.cpp:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49bool P7ZipDecoder::unpackArchiveFiles(const QString& archivePath,
50 const QString& targetPath) const {
51 return runP7Zip({"e", "-y", "-o" + targetPath, archivePath});
52}
53
54bool P7ZipDecoder::unpackSecureArchiveFiles(const QString& archivePath,
55 const QString& password,

Callers 1

unpackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected