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

Method deleteFolder

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

* 删除文件夹 * @param path 文件夹路径

(path: string)

Source from the content-addressed store, hash-verified

256 * @param path 文件夹路径
257 */
258 static async deleteFolder(path: string): Promise<void> {
259 return await invoke<void>('delete_folder', { path });
260 }
261
262 /**
263 * 创建文件

Callers 4

AppFunction · 0.80
ContentBrowserFunction · 0.80
handleDeleteConfirmFunction · 0.80
useProjectActionsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected