MCPcopy Create free account
hub / github.com/esengine/esengine / showInFolder

Method showInFolder

packages/editor-app/src/api/tauri.ts:191–193  ·  view source on GitHub ↗

* 在文件管理器中显示文件 * @param path 文件路径

(path: string)

Source from the content-addressed store, hash-verified

189 * @param path 文件路径
190 */
191 static async showInFolder(path: string): Promise<void> {
192 await invoke('show_in_folder', { filePath: path });
193 }
194
195 /**
196 * 使用指定编辑器打开项目

Callers 3

ContentBrowserFunction · 0.80
handleGenerateFunction · 0.80
getContextMenuItemsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected