cocos编辑器有没有能调用打开指定路经目录的方法啊

messages: {
‘Open-assets’ () {
Editor.log(Editor.projectPath);
},
}
这个是输出,有没有打开目录的方法。