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

Method deleteFile

packages/editor-core/src/Services/IFileSystem.ts:9–9  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

7 createDirectory(path: string): Promise<void>;
8 listDirectory(path: string): Promise<FileEntry[]>;
9 deleteFile(path: string): Promise<void>;
10 deleteDirectory(path: string): Promise<void>;
11 scanFiles(basePath: string, pattern: string): Promise<string[]>;
12 /**

Callers 3

ContentBrowserFunction · 0.65
handleDeleteConfirmFunction · 0.65
loadProjectMethod · 0.65

Implementers 1

TauriFileSystemServicepackages/editor-app/src/services/Tauri

Calls

no outgoing calls

Tested by

no test coverage detected