path from Seliware’s workspace folder.
path is workspace-relative - no "workspace/" prefix, no "../" traversal. The deletion is final; there’s no recycle bin.
Parameters
Returns
void
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
path from Seliware’s workspace folder.
delfile(path: string): ()
path is workspace-relative - no "workspace/" prefix, no "../" traversal. The deletion is final; there’s no recycle bin.
| Parameter | Type | Description |
|---|---|---|
path | string | File to delete. |
void
delfile("hello.txt")
delfile("temp_cache.txt")