.getRoot()).getFile(StringUtil.formatPath(path));
if (path != null) {
IWorkbenchPage page = workbench.getActiveWorkbenchWindow()
.getActivePage();
try {
page.openEditor(new AudioInput((AudioModel) audioFile),
AudioTagEditor.ID);
} catch (PartInitException e) {
throw new RuntimeException(e);
}
}