MCPcopy Create free account
hub / github.com/KDE/kdiff3 / removeFile

Method removeFile

src/fileaccess.cpp:904–914  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

902}
903
904bool FileAccess::removeFile()
905{
906 if(isLocal())
907 {
908 return QDir().remove(absoluteFilePath());
909 }
910 else
911 {
912 return mJobHandler->removeFile(url());
913 }
914}
915
916bool FileAccess::listDir(DirectoryList* pDirList, bool bRecursive, bool bFindHidden,
917 const QString& filePattern, const QString& fileAntiPattern, const QString& dirAntiPattern,

Callers 2

createBackupMethod · 0.45
deleteFLDMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected