------------------------------------------------------------------------
| 391 | |
| 392 | //------------------------------------------------------------------------ |
| 393 | void findModules (const filesystem::path& path, Module::PathList& pathList) |
| 394 | { |
| 395 | if (filesystem::exists (path)) |
| 396 | findFilesWithExt (path, ".vst3", pathList); |
| 397 | } |
| 398 | |
| 399 | //------------------------------------------------------------------------ |
| 400 | Optional<filesystem::path> getContentsDirectoryFromModuleExecutablePath ( |
no test coverage detected