| 124 | } |
| 125 | |
| 126 | String FileHandler::swapExtension(const String& filename, const FileTypes::Type new_type) |
| 127 | { |
| 128 | return stripExtension(filename) + "." + FileTypes::typeToName(new_type); |
| 129 | } |
| 130 | |
| 131 | bool FileHandler::isSupported(FileTypes::Type type) |
| 132 | { |