| 78 | ******************************************************************************/ |
| 79 | |
| 80 | FilePath LibraryEditor::getFilePath() const noexcept { |
| 81 | return mLibrary->getDirectory().getAbsPath(); |
| 82 | } |
| 83 | |
| 84 | bool LibraryEditor::isWritable() const noexcept { |
| 85 | return mLibrary->getDirectory().isWritable(); |
no test coverage detected