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

Method isWritablePath

libqnapi/src/subtitlematcher.cpp:89–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89bool SubtitleMatcher::isWritablePath(QString path) const {
90 QFileInfo pathFileInfo(path);
91 return QFileInfo(pathFileInfo.absolutePath()).isWritable();
92}
93
94void SubtitleMatcher::removeOrCopy(QString targetMoviefilePath,
95 QString targetSubtitlesFilePath) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected